about summary refs log tree commit diff
path: root/main.c
blob: 7a63ebeb2ca7ec568ad8f34c2c9c07f2c7e21cfe (plain)
1
2
3
4
5
6
7
8
9
10
#include <fcntl.h>
#include <unistd.h>

#include "cptc.h"


int main(void)
{
    CPTC("127.0.0.1", 8080);
}