Files
llgo/_demo/c/cgofull/foo.h

8 lines
78 B
C
Raw Normal View History

#pragma once
typedef struct {
int a;
} Foo;
extern void print_foo(Foo* f);