libsms_charset.h
来自「性能优秀的SIP Proxy」· C头文件 代码 · 共 23 行
H
23 行
/*SMS Server ToolsCopyright (C) 2000 Stefan FringsThis program is free software unless you got it under another license directlyfrom the author. 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.http://www.isis.de/members/~s.fringsmailto:s.frings@mail.isis.de */#ifndef CHARSET_H#define CHARSET_Hchar ascii2sms(const char c);char sms2ascii(const char c);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?