📄 ltoa.cpp
字号:
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -