mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
9 lines
206 B
C
9 lines
206 B
C
#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));
|