getc 使用說明Description接收stdin 本身是Marco 開銷較小Example#include <stdio.h> int main() { int a = getc(stdin); printf("%c", a); }