test-libslang.c 65 B

123456
  1. #include <slang.h>
  2. int main(void)
  3. {
  4. return SLsmg_init_smg();
  5. }