#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
typedef struct factory_info_mmc
{
bool radio_ft;
bool radio_coupling;
}PAX_FACTORY_INFO_MMC;
PAX_FACTORY_INFO_MMC factory_info_mmc;
......................
阅读全部 | 2022年11月29日 19:20