Searched defs:com32_pmapi (Results 1 – 1 of 1) sorted by relevance
54 struct com32_pmapi { struct55 size_t __pmapi_size;57 void *(*lmalloc)(size_t);58 void (*lfree)(void *);60 int (*open_file)(const char *, int, struct com32_filedata *);61 size_t (*read_file)(uint16_t *, void *, size_t);62 void (*close_file)(uint16_t);64 struct _DIR_ *(*opendir)(const char *);65 struct dirent *(*readdir)(struct _DIR_ *);66 int (*closedir)(struct _DIR_ *);[all …]