aboutsummaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-07 22:38:40 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-07 22:38:40 +0200
commit2ea264adbbefc2337b766f06d1ceb38cd798915b (patch)
tree3a898fb49982ca6edc6a315362c1aa7f5ff4fc8a /protos.h
parent86643fa35036db1f40ce61da6358da455abe3c3b (diff)
downloadegawk-2ea264adbbefc2337b766f06d1ceb38cd798915b.tar.gz
egawk-2ea264adbbefc2337b766f06d1ceb38cd798915b.tar.bz2
egawk-2ea264adbbefc2337b766f06d1ceb38cd798915b.zip
Clean up sprintf return type. Add tests for pgawk.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protos.h b/protos.h
index 0a9674d9..f95f80a0 100644
--- a/protos.h
+++ b/protos.h
@@ -103,8 +103,6 @@ extern int wait(int *);
#endif
extern void _exit(int);
-extern SPRINTF_RET sprintf(char *, const char *, ...);
-
#undef aptr_t
#if !defined(HAVE_STRCOLL)