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:
parent
8fc33bc27d
commit
fdb6f1ab50
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user