7 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
8 # define PARAMS(Args) Args
10 # define PARAMS(Args) ()
14 /* Outputs the Unicode character CODE to the output stream STREAM. */
15 extern void print_unicode_char
PARAMS((FILE *stream
, unsigned int code
));