diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-09 07:54:47 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-09 07:54:47 +0000 |
commit | 44aabce335e2b5cf2bd693c7166024d866d8bcc5 (patch) | |
tree | dfd136a47df5dd46e42ce6a19b1a3b04a063cad4 /lib | |
parent | 00baeeac7e65451b8fde8f83b53f60a9ebb215fd (diff) | |
download | bison-44aabce335e2b5cf2bd693c7166024d866d8bcc5.tar.gz |
Add strdup.c, strdup.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index 7951de5a..61c71b06 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -39,6 +39,8 @@ stdbool.h stdbool_.h stpcpy.c stpcpy.h +strdup.c +strdup.h stripslash.c strncasecmp.c strndup.c |