/* * al_helper.h * * Created on: 2023-4-20 * Author: xukaiming */ #ifndef _AL_HELPER_H_ #define _AL_HELPER_H_ #include "stdint.h" #ifdef __cplusplus extern "C" { #endif #define AL_STATIC //static #define AL_INLINE inline #define CONST const #define TASK_WITH_PT 1 #ifdef __cplusplus } #endif #endif