next up previous contents
Nächste Seite: Ausdrücke Aufwärts: Variablen Vorherige Seite: Deklaration, global, statisch und   Inhalt

Beispieldeklarationen


extern const double Pi;
char c;
int _3 = 7;
const char No = 'n';
static unsigned long my_long_var_with_long_name = 0xfffabcdUL;
static unsigned short AnotherWayToWriteLongNames;



Thomas Neuhaus
2001-01-14