Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

lbitshft.c File Reference

#include "f2c.h"

Go to the source code of this file.


Functions

integer lbit_shift (integer a, integer b)

Function Documentation

integer lbit_shift integer    a,
integer    b
 

Definition at line 7 of file lbitshft.c.

References a.

00009 {
00010         return b >= 0 ? a << b : (integer)((uinteger)a >> -b);
00011         }
 

Powered by Plone

This site conforms to the following standards: