Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

utils.h File Reference

Utility routines. More...

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

Included by dependency graph

Go to the source code of this file.

Functions

void add_space (FILE *f, const int exists, const int todo)
 Writes spaces to the file.

char * get_short_filename (char *fn)
 Get the shortened filename (without the path).


Detailed Description

Utility routines.

Author:
Lionel ULMER , Darryl Luff

Definition in file utils.h.


Function Documentation

void add_space FILE *    f,
const int    exists,
const int    todo
 

Writes spaces to the file.

Parameters:
f  The file to write to.
exists  How many characters are used in the field.
todo  The required field width.

Definition at line 31 of file utils.c.

char* get_short_filename char *    fn
 

Get the shortened filename (without the path).

Parameters:
fn  The full filename to parse.
Returns:
The short filename. This is a pointer into the 'fn' string, so don't free 'fn' till you've gfinished with this result.

Definition at line 82 of file utils.c.

Referenced by gui_load_query_from_file(), and query_save_to_file().


Generated on Sun May 9 19:19:26 2004 for GtkSQL by doxygen1.2.18