diff options
author | Mattias Andrée <maandree@kth.se> | 2018-08-26 19:09:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-08-26 19:09:45 +0200 |
commit | 2994cd6c2cb1103613f3116ef7c371a64ae5221f (patch) | |
tree | a816a9f72c971827bfae8ad70c52cc6b2db4f01d /libsimple.h | |
parent | Remove checks impossible situations (diff) | |
download | libsimple-2994cd6c2cb1103613f3116ef7c371a64ae5221f.tar.gz libsimple-2994cd6c2cb1103613f3116ef7c371a64ae5221f.tar.bz2 libsimple-2994cd6c2cb1103613f3116ef7c371a64ae5221f.tar.xz |
Add test for putenvf
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple.h b/libsimple.h index 371cd83..3a18365 100644 --- a/libsimple.h +++ b/libsimple.h @@ -1224,7 +1224,7 @@ void libsimple_envputenvf(int, const char *, va_list); _LIBSIMPLE_GCC_ONLY(__attribute__((__nonnull__, __format__(__printf__, 1, 2)))) static inline int -libsimple_putenvf(const char *__fmt, ...) /* TODO test */ +libsimple_putenvf(const char *__fmt, ...) { va_list __ap; va_start(__ap, __fmt); |