home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / GNU-COMM / GCL-1.0 / GCL-1 / gcl-1.0 / dos / dum_dos.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-15  |  181 b   |  10 lines

  1. #define DUM(a) int a(int n) { printf("dummy " #a " call %d\n",n); return 0;}
  2. DUM(profil)
  3. /* DUM(alarm) */
  4. DUM(getpid)
  5. DUM(getuid)
  6. DUM(popen)
  7. DUM(pclose)
  8. DUM(getpwuid)
  9. DUM(getpwnam)
  10.