mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
string: faster int()
This commit is contained in:
@@ -10,6 +10,7 @@ fn C.qsort(voidptr, int, int, voidptr)
|
||||
|
||||
fn C.sprintf(a ...voidptr) byteptr
|
||||
fn C.strlen(s byteptr) int
|
||||
fn C.isdigit(s byteptr) bool
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user