7 lines
60 B
C
7 lines
60 B
C
#ifndef SAMPLE_H
|
|
#define SAMPLE_H
|
|
|
|
int wackiness();
|
|
|
|
#endif
|