Searched defs:pico_status_t (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicopal.h78 typedef signed int pico_status_t; typedef
85 #define PICO_EOF (pico_status_t) -1
210 extern pico_status_t picopal_fclose (picopal_File f);
219 extern pico_status_t picopal_fseek (picopal_File f, picopal_uint32 offset, picopal_int8 seekmode);
222 extern pico_status_t picopal_fget_char (picopal_File f, picopal_char * ch);
230 extern pico_status_t picopal_fflush (picopal_File f);
233 extern pico_status_t picopal_fput_char (picopal_File f, picopal_char ch);
238 extern pico_status_t picopal_remove (picopal_char filename[]);
241 extern pico_status_t picopal_rename (picopal_char oldname[], picopal_char newname[]);
272 pico_status_t picopal_mpr_protec
[all...]

Completed in 739 milliseconds