source: trunk/gcc/libf2c/libF77/ef1cmc_.c

Last change on this file was 1392, checked in by bird, 22 years ago

This commit was generated by cvs2svn to compensate for changes in r1391,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 262 bytes
Line 
1/* EFL support routine to compare two character strings */
2
3#include "f2c.h"
4
5extern integer s_cmp (char *, char *, ftnlen, ftnlen);
6integer
7G77_ef1cmc_0 (ftnint * a, ftnlen * la, ftnint * b, ftnlen * lb)
8{
9 return (s_cmp ((char *) a, (char *) b, *la, *lb));
10}
Note: See TracBrowser for help on using the repository browser.