mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: re-gen v.c
This commit is contained in:
parent
1343ec7444
commit
09df5adbdd
@ -7,7 +7,7 @@ module builtin
|
|||||||
// ----- value to string functions -----
|
// ----- value to string functions -----
|
||||||
//
|
//
|
||||||
|
|
||||||
type u8 = byte
|
//type u8 = byte
|
||||||
|
|
||||||
// ptr_str returns the address of `ptr` as a `string`.
|
// ptr_str returns the address of `ptr` as a `string`.
|
||||||
pub fn ptr_str(ptr voidptr) string {
|
pub fn ptr_str(ptr voidptr) string {
|
||||||
|
Loading…
Reference in New Issue
Block a user