tools.h

来自「email client and support pop3、smtp、imap 」· C头文件 代码 · 共 11 行

H
11
字号
#include "stdafx.h"
//Tools (used by many files)
#ifndef ___TOOLS
#define ___TOOLS

char* CreatePassword(char *passwd);
void SetReg(char *_keyname, char *_valuename, char *_content);//save to the registry
char* GetReg(char *_keyname, char *_valuename);//get a value of the registry
void DeleteCRLF(char *string);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?