Doxygen Source Code Documentation
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
|
Definition at line 7 of file ef1asc_.c. Referenced by ef1asc_(). |
|
|
Function Documentation
|
Definition at line 14 of file ef1asc_.c. References a, EVEN, and s_copy().
|
|
|