#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include <nubase.h>
Include dependency graph for strings.c:

Go to the source code of this file.
Functions | |
| int | secure_snprintf (char *buffer, size_t buffer_size, char *format,...) |
| char * | str_extract_until (char *str, int c) |
| int | str_to_long (const char *text, long *value) |
| int | str_to_ulong (const char *text, unsigned long *value) |
| int | str_to_int (const char *text, int *value) |
| int | str_to_uint32 (const char *text, uint32_t *value) |
| char * | str_itoa (int i) |
Definition in file strings.c.
1.4.7