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 / funshr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  72 b   |  7 lines

  1. #include "icmun.h"
  2.  
  3. void fun_shr ()
  4. {
  5.     puts ("        shr");
  6. }
  7.