#include <fortran.h>#include <stddef.h>
Go to the source code of this file.
Functions | |
| int | _INDEX (_fcd fstr1, _fcd fstr2, _f_log *fback) |
| _f_int | _F90_INDEX (char *str1, char *str2, _f_log *fback, int len1, int len2) |
| _f_int | _F90_INDEX_ (char *str1, char *str2, int len1, int len2) |
| _f_int _F90_INDEX | ( | char * | str1, | |
| char * | str2, | |||
| _f_log * | fback, | |||
| int | len1, | |||
| int | len2 | |||
| ) |
Definition at line 54 of file f90_index.c.
References _cptofcd(), and _INDEX().

| _f_int _F90_INDEX_ | ( | char * | str1, | |
| char * | str2, | |||
| int | len1, | |||
| int | len2 | |||
| ) |
Definition at line 73 of file f90_index.c.
References _cptofcd(), _INDEX(), and NULL.

Definition at line 66 of file index.c.
References _fcdlen(), _fcdtocp(), _ltob(), NULL, strnrstrn(), and strnstrn().
Referenced by _F90_INDEX(), _F90_INDEX_(), and _INDEX_().

1.7.1