7 lines
96 B
C
7 lines
96 B
C
#ifndef OTHELLO_MAIN_H
|
|
#define OTHELLO_MAIN_H 1
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#endif
|