xxcc/direction.h

7 lines
75 B
C

#ifndef DIRECTION_H
#define DIRECTION_H
enum Direction {In, Out};
#endif