#include "ruby/missing.h"#include <sys/types.h>#include <string.h>Go to the source code of this file.
Functions | |
| size_t | strlcat (char *dst, const char *src, size_t siz) |
| size_t strlcat | ( | char * | dst, | |
| const char * | src, | |||
| size_t | siz | |||
| ) |
Definition at line 46 of file strlcat.c.
References strlen().
Referenced by dln_load(), join_path(), rb_file_expand_path_internal(), and rb_w32_aspawn_flags().
1.6.1