7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
cdef extern from 'foo.h':
|
||
|
int foo_int
|
||
|
struct foo_struct:
|
||
|
pass
|
||
|
|
||
|
ctypedef int word
|