summaryrefslogtreecommitdiff
path: root/pa23.h
diff options
context:
space:
mode:
Diffstat (limited to 'pa23.h')
-rw-r--r--pa23.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/pa23.h b/pa23.h
new file mode 100644
index 0000000..42e288e
--- /dev/null
+++ b/pa23.h
@@ -0,0 +1,12 @@
+#ifndef __IFMO_DISTRIBUTED_CLASS_MAIN__H
+#define __IFMO_DISTRIBUTED_CLASS_MAIN__H
+
+#include <stdio.h>
+#include <stdint.h>
+#include <sys/types.h>
+#include <unistd.h>
+
+#define MAX_X ( 10 )
+#define MAX_PROCCNT ( MAX_X + 1 )
+
+#endif // __IFMO_DISTRIBUTED_CLASS_MAIN__H