Skip to content

Instantly share code, notes, and snippets.

@IlyaM
IlyaM / test.c
Created June 5, 2013 16:11
Tarantool select reply processing code
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include "tp.h"
int main() {