GLYLIB
0.3.0b
|
Header file that loads utilities to facilitate programming. More...
Go to the source code of this file.
Classes | |
struct | llcharset |
Functions | |
void | myusage (const char *USAGE) |
Prints usage message and exits(1). | |
void | mywhine (const char *whinetext) |
Prints error message and exits(1). | |
void | mywhineusage (const char *whinetext, const char *USAGE) |
Prints error message and usage and exits(1). | |
const char * | mytime (const char *) |
Gets the time in a nice format. | |
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) |
Header file that loads utilities to facilitate programming.
Definition in file gly_codeutils.h.