|
libcfe
0.12.1
some useful C-functions
|
Go to the source code of this file.
Functions | |
| int | _len (const char *s, char m) |
| int | _ulen (const unsigned char *s, unsigned char m) |
| int _len | ( | const char * | s, |
| char | m | ||
| ) |
Return number of characters in in a string.
| [in] | s | A pointer to the string. |
| [in] | m | Character (code) which marks the end of the string. |
Definition at line 8 of file len.c.