Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

basetypes.h File Reference

This headers file contains some basic definitions and types. More...

#include <sys/types.h>

Defines

#define FALSE   0
#define TRUE   !FALSE
#define N_C   '\0'
#define S_T   1
#define MAX_CHAR   240

Typedefs

typedef unsigned char uchar
 Definice zkraceneho tvaru neznamenkove promenne typu `char`. More...

typedef unsigned char byte
 Definice `Bytove` promenne. More...

typedef unsigned long ulong
 Definice zkraceneho tvaru neznamenkove promenne typu `long`. More...

typedef unsigned short ushort
 Definice zkraceneho tvaru neznamenkove promenne typu `short`. More...

typedef byte bool
 Definice `Bool`-ove promenne. More...


Enumerations

enum  {
  T_SHORT, T_USHORT, T_INT, T_UINT,
  T_LONG, T_ULONG, T_LLONG, T_ULLONG,
  T_FLOAT, T_DOUBLE, T_LDOUBLE, T_DATE,
  T_TIME, T_PASSWD, T_PASSWORD = T_PASSWD, T_BUTTON,
  T_UCHAR, T_BOOL, T_BYTE, T_STR,
  T_CHAR
}
 This is enum for input* routines. More...


Detailed Description

This headers file contains some basic definitions and types.

Author:
Igor Bujna
Date:
Pá čec 26 09:59:28 CEST 2002
Version:
1.03

Define Documentation

#define FALSE   0
 

#define MAX_CHAR   240
 

#define N_C   '\0'
 

#define S_T   1
 

#define TRUE   !FALSE
 


Typedef Documentation

typedef byte bool
 

Definice `Bool`-ove promenne.

typedef unsigned char byte
 

Definice `Bytove` promenne.

typedef unsigned char uchar
 

Definice zkraceneho tvaru neznamenkove promenne typu `char`.

typedef unsigned long ulong
 

Definice zkraceneho tvaru neznamenkove promenne typu `long`.

typedef unsigned short ushort
 

Definice zkraceneho tvaru neznamenkove promenne typu `short`.


Enumeration Type Documentation

anonymous enum
 

This is enum for input* routines.

Enumeration values:
T_SHORT 
T_USHORT 
T_INT 
T_UINT 
T_LONG 
T_ULONG 
T_LLONG 
T_ULLONG 
T_FLOAT 
T_DOUBLE 
T_LDOUBLE 
T_DATE 
T_TIME 
T_PASSWD 
T_PASSWORD 
T_BUTTON 
T_UCHAR 
T_BOOL 
T_BYTE 
T_STR 
T_CHAR 


Generated on Wed Apr 2 06:51:16 2003 for TFCC by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001