Staging
v0.8.1
Raw File
test-libslang.c
#include <slang.h>

int main(void)
{
	return SLsmg_init_smg();
}
back to top