diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-06 20:32:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-06 20:32:42 +0100 |
commit | 0335a7cf215f1c5cba9ae8a49b3dbd1b980a20b1 (patch) | |
tree | e87a3444037b27f7a2743ea84e7af1d9ef50c1bf /libsimple.h | |
parent | Add tests for mem[p]setelem and add man pages for libsimple_default_failure_exit (diff) | |
download | libsimple-0335a7cf215f1c5cba9ae8a49b3dbd1b980a20b1.tar.gz libsimple-0335a7cf215f1c5cba9ae8a49b3dbd1b980a20b1.tar.bz2 libsimple-0335a7cf215f1c5cba9ae8a49b3dbd1b980a20b1.tar.xz |
Add libsimple_eprintf_preprint and libsimple_eprintf_postprint
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libsimple.h b/libsimple.h index 2c39098..4663eb4 100644 --- a/libsimple.h +++ b/libsimple.h @@ -47,14 +47,6 @@ #endif -/** - * Exit value for `libsimple_eprintf` - * - * Default value is 1 - */ -extern int libsimple_default_failure_exit; - - #include "libsimple/printf.h" #include "libsimple/definitions.h" #include "libsimple/memalloc.h" |