pantry/projects/github.com/sctplab/usrsctp/test.c
Andrii Riabchenko fea60a18b6 new file: projects/github.com/sctplab/usrsctp/package.yml
new file:   projects/github.com/sctplab/usrsctp/test.c
2023-11-12 12:32:46 -05:00

6 lines
102 B
C

#include <unistd.h>
#include <usrsctp.h>
int main() {
usrsctp_init(0, NULL, NULL);
return 0;
}