1 Star 0 Fork 10

NRandom/license_robot

forked from kenneth/license_robot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
licutil.h 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengxj 提交于 10年前 . initial commit
#if !defined(__GR_LIC_UTIL_H__)
#define __GR_LIC_UTIL_H__
#include "license.h"
/*
int GRCALL grlic_load(const char* Afname, gr_license_t* Alic);
int GRCALL grlic_save(const char* Afname, const gr_license_t* Alic);
int GRCALL grlic_expired(const gr_license_t* Alic);
int GRCALL grlic_hwbound(const gr_license_t* Alic);
int lic_verify(const char* Ain, int Ailen, gr_license_t* Alic);
int lic_bind(const char* Ain, int Ailen, char* Aout, int* Aolen);
*/
#endif /* __GR_LIC_UTIL_H__ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/NRandom/license_robot.git
git@gitee.com:NRandom/license_robot.git
NRandom
license_robot
license_robot
master

搜索帮助