1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-07-02 23:58:14 +02:00
cdf2018-principal/chef/src/common.h

11 lines
116 B
C
Raw Normal View History

2018-02-07 17:57:01 +01:00
#ifndef __COMMON_H_
#define __COMMON_H_
#include <stdlib.h>
#include <stdio.h>
#define SIGNAL_AVANCER 42
#endif