#include <glib.h>
Go to the source code of this file.
Functions |
G_BEGIN_DECLS gsize | xmms_strnlen (const gchar *str, gsize max_len) |
| strnlen implementation
|
Function Documentation
G_BEGIN_DECLS gsize xmms_strnlen |
( |
const gchar * |
str, |
|
|
gsize |
max_len | |
|
) |
| | |
strnlen implementation
- Returns:
- the len of str or max_len if the string is longer
Definition at line 25 of file strfunc.c.