摘要:
VS CODE 字体异常 https://github.com/romkatv/powerlevel10k/issues/671 https://github.com/romkatv/powerlevel10k/blob/master/font.md Visual Studio Code: Open 阅读全文
摘要:
ARRAY_SIZE() #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) Macro to compute the size of the static array arr . Parameters arr static array ALIG 阅读全文