#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. |
|
Trim left whitespace from string.
|
|
Find and parse configuration (rc) files.
|
|
Find and parse wmprofiles files.
|
|
Parse the named configuration file.
|
|
Trim right whitespace from string.
|
|
Trim left and right whitespace from string.
|