tests: Remove unneeded test file.
This commit is contained in:
parent
b0aae44c77
commit
85a2f4c956
@ -1,10 +0,0 @@
|
||||
from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t
|
||||
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t
|
||||
cdef extern from *:
|
||||
ctypedef bint bool
|
||||
ctypedef struct va_list
|
||||
from libc.stdint cimport int8_t, int16_t
|
||||
from libc.stddef cimport *
|
||||
|
||||
cdef extern from "my_header.h":
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user