home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / adav313.zip / gnat-3_13p-os2-bin-20010916.zip / emx / gnat / examples / imported_function.c < prev    next >
C/C++ Source or Header  |  2000-07-19  |  98b  |  6 lines

  1. #include <stdio.h>
  2. imported_function ()
  3. {
  4.   printf ("\nI am now in the imported function\n\n");
  5. }
  6.