7 lines
65 B
C
7 lines
65 B
C
|
#include <slang.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return SLsmg_init_smg();
|
||
|
}
|