mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 11:43:03 +02:00
6 lines
88 B
C
6 lines
88 B
C
#ifndef _SCAMP_H_
|
|
#define _SCAMP_H_
|
|
void scamp_init(void);
|
|
|
|
#endif /* _SCAMP_H_ */
|