1. 首页
  2. 移动开发
  3. 其他
  4. 隐式或明式输入密码

隐式或明式输入密码

上传者: 2020-08-11 10:35:57上传 C文件 1.1KB 热度 10次
//by史瑞 //隐式或明式输入密码 #include #include #include //#define PROCALIM OK typedef struct KeyNode { char ch; struct KeyNode *next; }; #define LEN sizeof(struct KeyNode) struct KeyNode *CreatKeyNode() { struct KeyNode *head; head=(struct KeyNode *)malloc(LEN); #ifndef PROCAL
下载地址
用户评论