global.h
来自「LINUX下发送邮件的库,测试很好用,有各种发送测试的例子」· C头文件 代码 · 共 23 行
H
23 行
/************************************************************************* * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * *************************************************************************/#ifndef _LIBSMTP_GLOBAL_H__#define _LIBSMTP_GLOBAL_H__#define LIBSMTP_VERSION "0.1"#define LIBSMTP_I18N_1(s1) I18N::i18n("libsmtp++",s1)#define LIBSMTP_I18N_2(s1,s2) I18N::i18n("libsmtp++",s1,s2)#define LIBSMTP_I18N_3(s1,s2,s3) I18N::i18n("libsmtp++",s1,s2,s3)#define LIBSMTP_I18N_4(s1,s2,s3,s4) I18N::i18n("libsmtp++",s1,s2,s3,s4)#define LIBSMTP_I18N_5(s1,s2,s3,s4,s5) I18N::i18n("libsmtp++",s1, s2,s3,s4,s5)#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?