how to write programs in pelles c??
i wrote it:
but it is showing error during execution:Code:#include<stdio.h>
int main()
{
printf("hye");
}
Building a.exe.
POLINK: error: Unresolved external symbol '_WinMain@16'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***

