ltoa.cpp

来自「gui关键的几个类的代码」· C++ 代码 · 共 16 行

CPP
16
字号
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*
 ltoa.c - utility function to convert long data value to a string.

 Notes:

 This function is a modified form of the same function found in several
 commercial compiler libraries. We have reduced and simplified the
 original implementations to create our own version, using a mix of
 other implementations, primarily the GNU version, as a base.
*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
///将一个长整数转换为一个字符串。
/** 

⌨️ 快捷键说明

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