如果我有一個整數變量,我可以使用格式說明符%d來使用sscanf,如下所示。 sscanf(line, "Value of integer: %d\n", &my_integer); 在哪裡可以找到uint8_t,uint16_t,uint32_t ...
確定! 回上一頁