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

Go to the documentation of this file.
00001 #include "cdflib.h"
00002 long fifmod(long a,long b)
00003 /************************************************************************
00004 FIFMOD:
00005 returns the modulo of a and b
00006 ************************************************************************/
00007 /* a - numerator */
00008 /* b - denominator */
00009 {
00010   return a % b;
00011 } /* END */
 

Powered by Plone

This site conforms to the following standards: