diff options
Diffstat (limited to 'eprintf.h')
| -rw-r--r-- | eprintf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eprintf.h b/eprintf.h new file mode 100644 index 0000000..224b852 --- /dev/null +++ b/eprintf.h @@ -0,0 +1,2 @@ +void eprintf(const char *fmt, ...); +void weprintf(const char *fmt, ...); |