2.16.16. file_setmode

[<<<] [>>>]

@c Set the mode of a file stream to binary or to ASCII

Nothing special, it is just a placeholder. On UNIX this is doing nothing transparently.

void file_setmode(FILE *fp,
                  int mode
  ){

[<<<] [>>>]