GLYLIB  0.3.0b
string_utilities.c File Reference
#include <mylib.h>
Include dependency graph for string_utilities.c:

Go to the source code of this file.

Functions

const char * prune_string_whitespace (const char *I)
const char * get_char_string (const char *x, char j, int w)
const char * get_float_string (double x, char j, int w, int d)
const char * get_exp_string (double x, char j, int w, int d)

Detailed Description

Functions for writing variable strings.

Contains utilities that produce numbers in certain formats or that remove initial and trailing whitespace, etc.

Definition in file string_utilities.c.

 All Classes Files Functions Variables Typedefs Defines