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

pull/7902/head
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
1 changed files with 4 additions and 1 deletions

View File

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