Update 'utils.h'

This commit is contained in:
stmctommyau 2023-09-18 03:04:06 +00:00
parent 565a61dd9b
commit ea4a7526c4

View File

@ -9,8 +9,7 @@
#include<ctype.h>
#include <stddef.h>
#endif
#ifdef _WIN32
#else
#ifndef _WIN32
//for fflush_stdin
#include <stdio_ext.h>
#endif