1 /* ################################################################### */
2 /* Copyright 2015, Pierre Gentile (p.gen.progs@gmail.com) */
4 /* This Source Code Form is subject to the terms of the Mozilla Public */
5 /* License, v. 2.0. If a copy of the MPL was not distributed with this */
6 /* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
7 /* ################################################################### */
13 fputs_safe(const char * restrict s
, FILE * restrict stream
);
16 fputc_safe(int c
, FILE *stream
);
19 tcsetattr_safe(int fildes
,
21 const struct termios
*termios_p
);
24 fopen_safe(const char * restrict stream
, const char * restrict mode
);