Cut down on stdio.h includes

This commit is contained in:
twinaphex
2021-11-02 17:25:04 +01:00
parent b99ac9fe9b
commit a918869c18
21 changed files with 11 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
#define MAX 512
main()
void main(void)
{
char buf[256];
int count=0;