diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-07 22:38:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-07 22:38:40 +0200 |
commit | 2ea264adbbefc2337b766f06d1ceb38cd798915b (patch) | |
tree | 3a898fb49982ca6edc6a315362c1aa7f5ff4fc8a /protos.h | |
parent | 86643fa35036db1f40ce61da6358da455abe3c3b (diff) | |
download | egawk-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |