Go to the source code of this file.
Definition at line 7 of file lshift.c.
00008 { 00009 return(*arg << *len); 00010 }