home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / gnulib / normal / ashlsi3.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  84 b   |  9 lines

  1. #include "common.h"
  2.  
  3. SItype
  4. __ashlsi3 (a, b)
  5.      SItype a, b;
  6. {
  7.   return a << b;
  8. }
  9.