strings.c File Reference

String utility functions. More...

#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)


Detailed Description

String utility functions.

Definition in file strings.c.


Generated on Sat Nov 22 04:00:39 2008 for NuFW by  doxygen 1.4.7