15 lines
406 B
C
15 lines
406 B
C
/*********************************************************************************************
|
|
Description: common defines and declarations
|
|
|
|
Copyright : All right reserved by NCIC.ICT
|
|
|
|
Author : Zhang Zhonghai
|
|
Date : 2023/08/26
|
|
***********************************************************************************************/
|
|
#ifndef __COMMON_H
|
|
#define __COMMON_H
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
#endif |