]> Dogcows Code - chaz/tar/blob - lib/full-write.h
(strtoll): Depend on HAVE_LONG_LONG, not HAVE_UNSIGNED_LONG_LONG.
[chaz/tar] / lib / full-write.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 size_t full_write PARAMS ((int, const char *, size_t));
This page took 0.032932 seconds and 4 git commands to generate.