summaryrefslogtreecommitdiffstats
path: root/safe.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-09-10 00:35:48 +0200
committerpgen <p.gen.progs@gmail.com>2023-09-11 14:15:32 +0200
commit36881ac8835674bf5ce0112f1c5bfa7d1b1e3f27 (patch)
tree97e706c87e9189c1896b5117578f112f8ce7484d /safe.h
parentb4e826f3ce669758eb2847d5d7eb65ee2c4755d0 (diff)
Reformatting source code
Diffstat (limited to 'safe.h')
-rw-r--r--safe.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/safe.h b/safe.h
index c5cb55e..d54a101 100644
--- a/safe.h
+++ b/safe.h
@@ -13,11 +13,12 @@ int
fputs_safe(const char * restrict s, FILE * restrict stream);
int
-fputc_safe(int c, FILE * stream);
+fputc_safe(int c, FILE *stream);
int
-tcsetattr_safe(int fildes, int optional_actions,
- const struct termios * termios_p);
+tcsetattr_safe(int fildes,
+ int optional_actions,
+ const struct termios *termios_p);
FILE *
fopen_safe(const char * restrict stream, const char * restrict mode);