11 lines
74 B
C
11 lines
74 B
C
|
|
|
|
|
|
#ifndef TIME_H
|
|
#define TIME_H
|
|
|
|
void time(void);
|
|
|
|
|
|
#endif /* TIME_H */
|