utils.h
External header file
utils.c
Contains useful functions and structures
utils_io.c
Simple pretty printing

utils.h

External header file

By: Marco Roveri


utils.c

Contains useful functions and structures

By: Roberto Cavada

Utils_StripPath()
Returns pathname without path prefix
Utils_StripPathNoExtension()
Returns filename without path and extension
Utils_FreeListOfLists()
Destroys a list of list
Utils_get_temp_filename_in_dir()
Return a string to be used as temporary file
Utils_file_exists_in_paths()
Checks a list of directories for a given file.
Utils_file_exists_in_directory()
Checks for the existence of a file within a directory.
Utils_strcasecmp()
An abstraction over BSD strcasecmp
freeListOfLists_aux()
Private service for Utils_FreeListOfLists

utils_io.c

Simple pretty printing

By: Marco Roveri

Routines that provides some simple pretty printing routines.


Last updated on 2009/03/04 13h:34