Merging MinGW changes
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
ExportedFromExe ()
|
||||
{
|
||||
printf ("This output produced by ExportedFromExe.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
printf ("Hello, world\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
ExportedFromExe ()
|
||||
{
|
||||
printf ("This output produced by ExportedFromExe.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
printf ("Hello, world\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user