Crossfire Server, Branch 1.12  R12190
Data Structures | Functions | Variables
devel.c File Reference
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
Include dependency graph for devel.c:

Go to the source code of this file.

Data Structures

struct  cf_parameter

Functions

int main (int argc, char **argv)

Variables

const cf_parameter cf_parameter_list []
const int cf_parameter_list_size = sizeof(cf_parameter_list)/sizeof(cf_parameter)

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 50 of file devel.c.

Referenced by ServiceMain().

Here is the caller graph for this function:


Variable Documentation

Initial value:
 {
    { "CONFDIR", CONFDIR },
    { "DATADIR", DATADIR },
    { "LIBDIR", LIBDIR },
    { "LOCALDIR", LOCALDIR },
    { "PLUGIN_SUFFIX", PLUGIN_SUFFIX },
}

Definition at line 40 of file devel.c.

Definition at line 48 of file devel.c.

Referenced by main().