mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
7 lines
86 B
C
7 lines
86 B
C
#ifndef __SYS_H__
|
|
#define __SYS_H__
|
|
|
|
void register_sys_functions(scheme* sc);
|
|
|
|
#endif
|