* Add typedefs file

This commit is contained in:
Matthew Honnibal 2014-09-17 23:10:32 +02:00
parent 316a57c4be
commit ed446c67ad
1 changed files with 6 additions and 0 deletions

6
spacy/typedefs.pxd Normal file
View File

@ -0,0 +1,6 @@
from libc.stdint cimport uint64_t, uintptr_t
ctypedef uint64_t hash_t
ctypedef char* utf8_t
ctypedef uint64_t flag_t
ctypedef uintptr_t id_t