media/webrtc/trunk/tools/gyp/test/module/src/lib2.c

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 #include <stdio.h>
     3 #ifdef _WIN32
     4 __declspec(dllexport)
     5 #endif
     6 void module_main(void)
     7 {
     8   fprintf(stdout, "Hello from lib2.c\n");
     9   fflush(stdout);
    10 }

mercurial