home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / un / funpush0.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  76 b   |  7 lines

  1. #include "icmun.h"
  2.  
  3. void fun_push_0 ()
  4. {
  5.     puts ("        push int 0");
  6. }
  7.