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  

cdf_78.c File Reference

#include "cdflib.h"

Go to the source code of this file.


Functions

long fifmod (long a, long b)

Function Documentation

long fifmod long    a,
long    b
 

Definition at line 2 of file cdf_78.c.

References a.

Referenced by Xgamm().

00004       :
00005 returns the modulo of a and b
00006 ************************************************************************/
00007 /* a - numerator */
00008 /* b - denominator */
00009 {
00010   return a % b;
} /* END */
 

Powered by Plone

This site conforms to the following standards: