6 lines
84 B
C
6 lines
84 B
C
#ifndef CDEF_H
|
|
#define CDEF_H
|
|
int cdef_value(void);
|
|
int cdef_doubled(int x);
|
|
#endif
|