pantry/projects/github.com/sctplab/usrsctp/test.c

6 lines
102 B
C
Raw Normal View History

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