mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
6 lines
71 B
C
6 lines
71 B
C
#ifndef _JIM_H_
|
|
#define _JIM_H_
|
|
void jim_init();
|
|
|
|
#endif /* _JIM_H_ */
|