1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: int.v workaround vfmt bug (#7899)

This commit is contained in:
Larpon 2021-01-05 19:09:20 +01:00 committed by GitHub
parent 8fc33bc27d
commit fdb6f1ab50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,10 @@ pub fn (nn int) str1() string {
return tos(buf + max - len, len) return tos(buf + max - len, len)
} }
*/ */
// ----- value to string functions ----- /*
*
----- value to string functions -----
*/
/* /*
// old function for reference // old function for reference
pub fn ptr_str(ptr voidptr) string { pub fn ptr_str(ptr voidptr) string {