/* Prototypes : */
double sqrt (double x);
int n = 2;
double root_2 = sqrt ((double) n);
|
enum DAYS = {SUN = 1, MON, TUE, WED, THUR, FRI, SAT}
/* MON = 2, TUE = 3, ... */
|
<assert.h> <float.h> <math.h> <stdarg.h> <stdlib.h>
<ctype.h> <limits.h> <setjmp.h> <stddef.h> <string.h>
<errno.h> <locale.h> <signal.h> <stdio.h> <time.h>
|
#include
#define
#if
#ifdef
#ifndef
#elif
#else
#endif
|
| ...previous | up (conts) | next... |