test-libslang.c 65 B

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