Main Page | Data Structures | File List | Data Fields | Globals

tilerc.c File Reference

#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "tilerc.h"
#include "tile.h"

Functions

void parseRC (char *file, struct tile_config *tileconf)
 Parse the named configuration file.
void parseConfig (struct tile_config *tileconf)
 Find and parse configuration (rc) files.
void parseProfiles (struct tile_config *tileconf)
 Find and parse wmprofiles files.
char * strtrim (char *string)
 Trim left and right whitespace from string.
char * ltrim (char *string)
 Trim left whitespace from string.
char * rtrim (char *string)
 Trim right whitespace from string.

Function Documentation

char* ltrim char *  string  ) 
 

Trim left whitespace from string.

void parseConfig struct tile_config tileconf  ) 
 

Find and parse configuration (rc) files.

void parseProfiles struct tile_config tileconf  ) 
 

Find and parse wmprofiles files.

void parseRC char *  file,
struct tile_config tileconf
 

Parse the named configuration file.

char* rtrim char *  string  ) 
 

Trim right whitespace from string.

char* strtrim char *  string  ) 
 

Trim left and right whitespace from string.


Generated on Tue Sep 20 04:19:48 2005 for tile by  doxygen 1.4.4