GLYLIB  0.3.0b
gly_codeutils.h File Reference

Header file that loads utilities to facilitate programming. More...

This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Header file that loads utilities to facilitate programming.

Definition in file gly_codeutils.h.

 All Classes Files Functions Variables Typedefs Defines