Initial revision

This commit is contained in:
Paul Eggert
1999-07-08 03:45:21 +00:00
parent d100b4033b
commit 508b2ae13f

9
lib/basename.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
#endif
char *base_name PARAMS ((char const *name));