home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xds-x86.zip / SAMPLES / DJGPP / C.C < prev    next >
C/C++ Source or Header  |  1998-03-30  |  91b  |  6 lines

  1. #include <stdio.h>
  2.  
  3. void func (int a) {
  4.     printf("C function func(%d) called\n",a);
  5.