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  

ef1cmc_.c

Go to the documentation of this file.
00001 /* EFL support routine to compare two character strings */
00002 
00003 #include "f2c.h"
00004 
00005 #ifdef KR_headers
00006 extern integer s_cmp();
00007 integer ef1cmc_(a, la, b, lb) ftnint *a, *b; ftnlen *la, *lb;
00008 #else
00009 extern integer s_cmp(char*,char*,ftnlen,ftnlen);
00010 integer ef1cmc_(ftnint *a, ftnlen *la, ftnint *b, ftnlen *lb)
00011 #endif
00012 {
00013 return( s_cmp( (char *)a, (char *)b, *la, *lb) );
00014 }
 

Powered by Plone

This site conforms to the following standards: