root/GnuDevelopmentTools/src/sharing_test.c

Revision 7, 166 bytes (checked in by wataru, 5 years ago)

1st edition

Line 
1 #include <stdio.h>      // printf()
2
3 extern int sharing_function(void);
4
5 int main() {
6   printf("sharing_function() returns %d\n", sharing_function());
7   return 0;
8  }
Note: See TracBrowser for help on using the browser.