#include "f2c.h"
Include dependency graph for lbitshft.c:
Go to the source code of this file.
Definition at line 10 of file lbitshft.c.
00012 { 00013 return b >= 0 ? a << b : (integer)((uinteger)a >> -b); 00014 }