libconfused/confused_runtime.h

/* [<][>][^][v][top]
[bottom][index][help] */

DEFINITIONS

This source file includes following functions.

/* $Id: confused_runtime.h,v 1.1.1.1 1998/07/29 15:14:28 proff Exp $
 * $Copyright:$
 */
#ifndef CONFUSED_RUNTIME_H
#define CONFUSED_RUNTIME_H

#define bool int

enum cf_type {cf_string=0, cf_stringl, cf_bool, cf_int, cf_time, cf_none};

struct confused_idx
{
        char *name;
        enum cf_type type;
        void *data;
};

#include "confused_runtime.ext"

#endif /* CONFUSED_RUNTIME_H */


/* [<][>][^][v][top][bottom][index][help] */