X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fbasename.h;fp=lib%2Fbasename.h;h=90f765428dda0b082964fc388a76d757bf841422;hb=508b2ae13f0f603d7885ba4ba7451178166959d8;hp=0000000000000000000000000000000000000000;hpb=d100b4033b5e6f528012cef74c4d82e059eda4f6;p=chaz%2Ftar diff --git a/lib/basename.h b/lib/basename.h new file mode 100644 index 0000000..90f7654 --- /dev/null +++ b/lib/basename.h @@ -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));