android ndk c 怎么输出一个字符串

日期:2022-04-01 16:12:02 人气:1

android ndk c 怎么输出一个字符串

bool GetMac(char *pBuffer) { struct ifreq *ifr; struct ifconf ifc; int s, i; int numif; // find number of interfaces. memset(&ifc, 0, sizeof(ifc)); ifc.ifc_i
    A+
热门评论