Open kanjitalk755 opened 2 months ago
This PR fixes following error while building on macOS.
error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(){return(0);} ^
This PR fixes following error while building on macOS.