Initial revision

This commit is contained in:
Paul Eggert
2001-01-13 05:59:29 +00:00
parent 649897fb75
commit b4c3a9637b

9
lib/full-write.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
size_t full_write PARAMS ((int, const char *, size_t));