/[pupa]/pupa/include/pupa/misc.h
ViewVC logotype

Diff of /pupa/include/pupa/misc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jeroen, Sun Nov 16 16:36:38 2003 UTC revision 1.5 by marco_g, Wed Dec 3 19:17:26 2003 UTC
# Line 47  int EXPORT_FUNC(pupa_isalpha) (int c); Line 47  int EXPORT_FUNC(pupa_isalpha) (int c);
47  int EXPORT_FUNC(pupa_tolower) (int c);  int EXPORT_FUNC(pupa_tolower) (int c);
48  unsigned long EXPORT_FUNC(pupa_strtoul) (const char *str, char **end, int base);  unsigned long EXPORT_FUNC(pupa_strtoul) (const char *str, char **end, int base);
49  char *EXPORT_FUNC(pupa_strdup) (const char *s);  char *EXPORT_FUNC(pupa_strdup) (const char *s);
50    char *EXPORT_FUNC(pupa_strndup) (const char *s, pupa_size_t n);
51  void *EXPORT_FUNC(pupa_memset) (void *s, int c, pupa_size_t n);  void *EXPORT_FUNC(pupa_memset) (void *s, int c, pupa_size_t n);
52  pupa_size_t EXPORT_FUNC(pupa_strlen) (const char *s);  pupa_size_t EXPORT_FUNC(pupa_strlen) (const char *s);
53  int EXPORT_FUNC(pupa_printf) (const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));  int EXPORT_FUNC(pupa_printf) (const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26