PraktikumOthello/mcp.h

11 satır
97 B
C

/* -*- Mode: C -*- */
#pragma once
enum {
CHILD_IN_FD = 3,
CHILD_OUT_FD = 4
};
/* EOF */