librfn
An ad-hoc utility library
Functions
string.c File Reference
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "librfn.h"

Go to the source code of this file.

Functions

char * xstrdup (const char *s)
 
char * strdup_join (const char *head, const char *tail)
 
char * xstrdup_join (const char *head, const char *tail)
 
char * strtolower (char *s)
 
char * strdup_tolower (const char *s)
 
char * xstrdup_tolower (const char *s)
 
char * strtoupper (char *s)
 
char * strdup_toupper (const char *s)
 
char * xstrdup_toupper (const char *s)
 
char * strdup_printf (const char *fmt,...)
 
char * strdup_vprintf (const char *fmt, va_list ap)
 
char * xstrdup_printf (const char *fmt,...)
 
char * xstrdup_vprintf (const char *fmt, va_list ap)