diff options
author | Mattias Andrée <maandree@kth.se> | 2018-08-25 23:30:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-08-25 23:30:50 +0200 |
commit | 22aa70eb6fdee109316ea0d81c39e1257b93f009 (patch) | |
tree | 0f7590fb33fcf1853f7cd989b3242cfd33a719ab /vputenvf.c | |
parent | m (diff) | |
download | libsimple-22aa70eb6fdee109316ea0d81c39e1257b93f009.tar.gz libsimple-22aa70eb6fdee109316ea0d81c39e1257b93f009.tar.bz2 libsimple-22aa70eb6fdee109316ea0d81c39e1257b93f009.tar.xz |
Tests and minor improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'vputenvf.c')
-rw-r--r-- | vputenvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ int -vputenvf(const char *fmt, va_list ap) /* TODO test */ +libsimple_vputenvf(const char *fmt, va_list ap) /* TODO test */ { va_list ap2; int n; |