Merging MinGW changes
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
extern void Test();
|
||||
|
||||
int main()
|
||||
{
|
||||
printf ("Program started.\n");
|
||||
Test ();
|
||||
printf ("Program ends.\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern void Test();
|
||||
|
||||
int main()
|
||||
{
|
||||
printf ("Program started.\n");
|
||||
Test ();
|
||||
printf ("Program ends.\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user