/[xforms]/xforms/fd2ps/sys.c
ViewVC logotype

Diff of /xforms/fd2ps/sys.c

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

revision 1.3 by leeming, Tue Apr 22 10:06:57 2003 UTC revision 1.4 by leeming, Thu Apr 24 12:48:19 2003 UTC
# Line 63  whoami(void) Line 63  whoami(void)
63  }  }
64    
65    
 #include "sys.h"  
   
66  char *  char *
67  fl_strdup(const char *s)  fl_strdup(const char *s)
68  {  {
# Line 72  fl_strdup(const char *s) Line 70  fl_strdup(const char *s)
70      return p ? strcpy(p, s) : p;      return p ? strcpy(p, s) : p;
71  }  }
72    
73  #ifdef NO_STRCASECMP  #ifndef HAVE_STRCASECMP
74  int  int
75  strcasecmp(register const char *s1, register const char *s2)  strcasecmp(register const char *s1, register const char *s2)
76  {  {

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