1 Star 0 Fork 10

冯少奇/license_robot

forked from kenneth/license_robot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
licgen.h 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengxj 提交于 2015-04-30 17:09 . initial commit
#ifndef __CHK_NIC_H__
#define __CHK_NIC_H__
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdio.h>
uint64_t hash(unsigned char* Astr);
int enum_nics(char *Anics[], int Anum);
void get_mac_sn(unsigned char Asn[17]);
int get_all_mac_sn(unsigned char **Asn, int Anum);
#endif /* __CHK_NIC_H__ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chasefeng/license_robot.git
[email protected]:chasefeng/license_robot.git
chasefeng
license_robot
license_robot
master

搜索帮助