As above.
for example _atoi64()
Is there any special meaning behind it?
thanx in advance.
Printable View
As above.
for example _atoi64()
Is there any special meaning behind it?
thanx in advance.
It's not standard - specific to VC++ _msize() for example.
Some standard C functions exist as slightly different implementations in C++, so this warns somebody who is try to write portable code.