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