/[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.3 by marco_g, Wed Oct 29 18:44:29 2003 UTC revision 1.4 by jeroen, Sun Nov 16 16:36:38 2003 UTC
# Line 32  Line 32 
32  void *EXPORT_FUNC(pupa_memmove) (void *dest, const void *src, pupa_size_t n);  void *EXPORT_FUNC(pupa_memmove) (void *dest, const void *src, pupa_size_t n);
33  char *EXPORT_FUNC(pupa_strcpy) (char *dest, const char *src);  char *EXPORT_FUNC(pupa_strcpy) (char *dest, const char *src);
34  char *EXPORT_FUNC(pupa_strncpy) (char *dest, const char *src, int c);  char *EXPORT_FUNC(pupa_strncpy) (char *dest, const char *src, int c);
35    char *EXPORT_FUNC(pupa_stpcpy) (char *dest, const char *src);
36  char *EXPORT_FUNC(pupa_strcat) (char *dest, const char *src);  char *EXPORT_FUNC(pupa_strcat) (char *dest, const char *src);
37    
38    

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

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