kstring.h

来自「pixil 最新的嵌入linux 應用程序集,別的地方很難下載」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef __kstring_h__#define __kstring_h__#include <qstring.h>QString& operator<<( QString&, short );QString& operator<<( QString&, ushort );QString& operator<<( QString&, int );QString& operator<<( QString&, uint );QString& operator<<( QString&, long );QString& operator<<( QString&, ulong );QString& operator<<( QString&, float );QString& operator<<( QString&, double );QString& operator<<( QString&, const char* );/* replaces QString::sprintf, where it's not sure, that 256   bytes are enough for the resulting string.      ksprintf adds to the 256 default bytes the len of every   used string.    */void ksprintf(QString *str, const char *fmt, ...);#endif

⌨️ 快捷键说明

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