7 lines
54 B
C
7 lines
54 B
C
#ifndef IDE_H
|
|
#define IDE_H
|
|
|
|
void ide_init();
|
|
|
|
#endif
|