Files
llgo/cl/_testgo/cgofull/foo.h
2025-04-03 16:26:11 +08:00

8 lines
78 B
C

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