media/webrtc/trunk/tools/gyp/test/library/src/lib1_moveable.c

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:704a4d88c0bb
1 #include <stdio.h>
2
3 #ifdef _WIN32
4 __declspec(dllexport)
5 #endif
6 void moveable_function(void)
7 {
8 fprintf(stdout, "Hello from lib1_moveable.c\n");
9 fflush(stdout);
10 }

mercurial