10 lines
85 B
C
10 lines
85 B
C
|
|
#ifndef __COMMON_HEAD_H__
|
||
|
|
#define __COMMON_HEAD_H__
|
||
|
|
|
||
|
|
|
||
|
|
#include <stdbool.h>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|