summary refs log tree commit diff
path: root/main.c
blob: 8099de20a12588a6993c28aa8f09c7997052dcd8 (plain)
1
2
3
4
5
6
7
8
9
10
#include "cptc.h"

#include <fcntl.h>
#include <unistd.h>


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