9 lines
71 B
C
Raw Normal View History

2021-08-27 21:43:30 +02:00
#ifndef INIT_H__
#define INIT_H__
void init (void);
#endif