]> Dogcows Code - chaz/tar/blob - lib/basename.h
* lib/.cvsignore: Add fstatat.c, gnulib.mk, openat-proc.c, same-inode.h, stat_.h,
[chaz/tar] / lib / basename.h
1 #ifndef PARAMS
2 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3 # define PARAMS(Args) Args
4 # else
5 # define PARAMS(Args) ()
6 # endif
7 #endif
8
9 char *base_name PARAMS ((char const *name));
This page took 0.033366 seconds and 4 git commands to generate.