dep_langinfo.c
来自「pc 透過simens mobile phone 連線,可直接傳訊.」· C语言 代码 · 共 23 行
C
23 行
/*************************************************************************** * copyright : (C) 2002 by Hendrik Sattler * * mail : post@hendrik-sattler.de * * * * 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. * * * ***************************************************************************//* * this should replace the functionality of nl_langinfo * but only as far as needed by our program and only for fixed values * * This is pretty dumb but easy way to try it, I hope it works alright */#include "depincludes.h"inline char* nl_langinfo(char* type) { return type;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?