microchip dspic33 malloc函數使用

1. 用法 #include <stdlib.h>     //for maloc, free etc #include <string.h>     //for memset void malloc_free_test(void) {     long *i;         if ((i = (long *)malloc(50 * sizeof(long))) == NULL)        
相關文章
相關標籤/搜索