import winsup-2000-02-17 snapshot
This commit is contained in:
17
winsup/mingw/samples/dlltest/expexe.c
Normal file
17
winsup/mingw/samples/dlltest/expexe.c
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#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