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  

ef1asc_.c File Reference

#include "f2c.h"

Go to the source code of this file.


Defines

#define M   ( (long) (sizeof(long) - 1) )
#define EVEN(x)   ( ( (x)+ M) & (~M) )

Functions

void s_copy (char *, char *, ftnlen, ftnlen)
int ef1asc_ (ftnint *a, ftnlen *la, ftnint *b, ftnlen *lb)

Define Documentation

#define EVEN      ( ( (x)+ M) & (~M) )
 

Definition at line 7 of file ef1asc_.c.

Referenced by ef1asc_().

#define M   ( (long) (sizeof(long) - 1) )
 

Definition at line 6 of file ef1asc_.c.


Function Documentation

int ef1asc_ ftnint   a,
ftnlen   la,
ftnint   b,
ftnlen   lb
 

Definition at line 14 of file ef1asc_.c.

References a, EVEN, and s_copy().

00016 {
00017 s_copy( (char *)a, (char *)b, EVEN(*la), *lb );
00018 #ifdef __cplusplus
00019 return 0;
00020 #endif
00021 }

void s_copy char *   ,
char *   ,
ftnlen   ,
ftnlen   
 

 

Powered by Plone

This site conforms to the following standards: