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 /envputenvf.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 'envputenvf.c')
-rw-r--r-- | envputenvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/envputenvf.c b/envputenvf.c index d59d809..583859f 100644 --- a/envputenvf.c +++ b/envputenvf.c @@ -6,7 +6,7 @@ extern char *argv0; void -envputenvf(int status, const char *fmt, va_list ap) /* TODO test */ +libsimple_envputenvf(int status, const char *fmt, va_list ap) /* TODO test */ { if (vputenvf(fmt, ap)) { fprintf(stderr, "%s: putenvf: %s\n", argv0, strerror(errno)); |