#include <windows.h>
#include <fileapi.h>
//....
CreateDirectory("c:\\new",NULL);
test.h:20:30: error: expected identifier before string constant
20 | CreateDirectory ("c:\\new",NULL);
| ^~~~~~~~~
test.h:20:30: error: expected ‘,’ or ‘...’ before string constant