Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if __STDC__
|
||||
#include <stdarg.h>
|
||||
extern out(char *, ...);
|
||||
|
||||
Reference in New Issue
Block a user