Cでヘッダの2重ロードを回避する
#巧みの技
code:c
#ifndef __MyLib_H__
#define __MyLib_H__
#define ILLEGAL (-1)
/* headers */
#endif /* __MyLib_H__ */