sc68fordevelopers  2.2.1
Typedefs | Functions
conf68.h File Reference

configuration file. More...

Go to the source code of this file.

Typedefs

typedef int SC68config_t[8]
 Config array. More...
 

Functions

int SC68config_valid (SC68config_t *conf)
 Check config values and correct invalid ones.
 
int SC68config_get_id (const char *name)
 Get index of named field in SC68config_t array. More...
 
int SC68config_load (SC68config_t *conf)
 Load config from file.
 
int SC68config_save (SC68config_t *conf)
 Save config into file.
 
int SC68config_default (SC68config_t *conf)
 Fill config struct with default value.
 

Detailed Description

configuration file.

Author
Benjamin Gerardben@s.nosp@m.ashi.nosp@m.pa.co.nosp@m.m
Date
1999/07/27
Id
conf68.h,v 2.1 2003/08/26 23:14:02 benjihan Exp