pop.h

来自「Sharp芯片的SMA架构的中间层源代码,结构非常清晰易懂,是编写驱动系统软件入」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef pop_H#define pop_H#ifdef __cplusplus#if __cplusplusextern "C"{#endif // __cplusplus#endif // __cplusplusextern const unsigned char *SMA_pop;extern const unsigned int SMA_popSize;#ifdef __cplusplus}#endif // __cplusplus#endif // pop_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?