Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
strnrstrn.c File Reference
#include <string.h>
Include dependency graph for strnrstrn.c:

Go to the source code of this file.

Defines

#define MAXCHRS   256 /* Size of character set */

Functions

char * strnrstrn (const char *string, size_t lenstr, const char *substr, size_t lensub)

Define Documentation

#define MAXCHRS   256 /* Size of character set */

Definition at line 41 of file strnrstrn.c.

Referenced by strnrstrn().


Function Documentation

char* strnrstrn ( const char *  string,
size_t  lenstr,
const char *  substr,
size_t  lensub 
)

Definition at line 61 of file strnrstrn.c.

References MAXCHRS, and NULL.

Referenced by _INDEX().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines