source: branches/libc-0.6/testcase/os2toolkit.c@ 2492

Last change on this file since 2492 was 161, checked in by bird, 22 years ago

Initial coding.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 131 bytes
Line 
1#define INCL_BASE
2#define INCL_PM
3#define USE_OS2_TOOLKIT_HEADERS
4#include <os2.h>
5
6
7int main(int argc, char **)
8{
9 return 0;
10}
Note: See TracBrowser for help on using the repository browser.