C語言創建用戶管理系統

#include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct { char username[20]; char userpassworld[20]; }LOADSYSTEM; void encrypt (char *pwd) { while((*pwd) != '\0') {
相關文章
相關標籤/搜索