我們有這個聲明在LCD.c: unsigned char LCD[8][64] = {((unsigned char) 0)};
而且在lcd.h用於我們希望有這樣的: extern unsigned char LCD[][];
我們得到這個錯誤: Error[Pe098]: an array may not have elements of this type
我有一個文件定義了非常基本的IO功能,我想創建另一個使用此文件的文件。 有沒有辦法將這兩個文件關聯起來? prints.asm: os_return:
;some code to return to os
print_AnInt:
;some code to output an int, including negatives - gets param from stack