Functions | |
int | exeext (const char *) |
double | fstrcmp (const char *, const char *) |
int | gmatch (const char *pattern, const char *candidate) |
int | gmatch (const nstring &pattern, const nstring &candidate) |
unsigned long | r250 (void) |
long | skip_unlucky (long) |
Skip unlucky numbers. |
int exeext | ( | const char * | ) |
double fstrcmp | ( | const char * | , | |
const char * | ||||
) |
The gmatch() function checks whether the "candidate" argument matches the "pattern" argument, which is a shell wildcard pattern.
pattern | The pattern to be matched. See glob(3) for a description of file name patterns. | |
candidate | The string to be tested for matching against the pattern. |
int gmatch | ( | const char * | pattern, | |
const char * | candidate | |||
) |
The gmatch() function checks whether the "candidate" argument matches the "pattern" argument, which is a shell wildcard pattern.
pattern | The pattern to be matched. See glob(3) for a description of file name patterns. | |
candidate | The string to be tested for matching against the pattern. |
unsigned long r250 | ( | void | ) |
The r250 function is used to obtain a pseudo random number. All 32 bits are significant. The generator has a minimum period of 2^250.
long skip_unlucky | ( | long | ) |
Skip unlucky numbers.