mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Mon Nov 22 11:14:53 CET 1999 Werner Koch
This commit is contained in:
parent
cc49ea6d28
commit
7240c58160
18 changed files with 85 additions and 82 deletions
|
@ -188,6 +188,9 @@ char *stpcpy(char *a,const char *b);
|
|||
#ifndef HAVE_STRLWR
|
||||
char *strlwr(char *a);
|
||||
#endif
|
||||
#ifndef HAVE_STRCASECMP
|
||||
int strcasecmp( const char *, const char *b);
|
||||
#endif
|
||||
#ifndef HAVE_STRTOUL
|
||||
#define strtoul(a,b,c) ((unsigned long)strtol((a),(b),(c)))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue