aboutsummaryrefslogtreecommitdiffstats
path: root/vweprintf.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-08-25 23:30:50 +0200
committerMattias Andrée <maandree@kth.se>2018-08-25 23:30:50 +0200
commit22aa70eb6fdee109316ea0d81c39e1257b93f009 (patch)
tree0f7590fb33fcf1853f7cd989b3242cfd33a719ab /vweprintf.c
parentm (diff)
downloadlibsimple-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 'vweprintf.c')
-rw-r--r--vweprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vweprintf.c b/vweprintf.c
index 4118837..f46bd26 100644
--- a/vweprintf.c
+++ b/vweprintf.c
@@ -6,7 +6,7 @@ extern char *argv0;
void
-vweprintf(const char *fmt, va_list ap) /* TODO test */
+libsimple_vweprintf(const char *fmt, va_list ap) /* TODO test */
{
int saved_errno = errno, r;
const char *end = strchr(fmt, '\0');