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  

h_abs.c File Reference

#include "f2c.h"

Go to the source code of this file.


Functions

shortint h_abs (shortint *x)

Function Documentation

shortint h_abs shortint   x
 

Definition at line 6 of file h_abs.c.

00008 {
00009 if(*x >= 0)
00010         return(*x);
00011 return(- *x);
00012 }
 

Powered by Plone

This site conforms to the following standards: