1
0
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:
Alexander Medvednikov
2019-10-25 23:41:18 +03:00
parent 5510327d70
commit dc2c62807a
3 changed files with 31 additions and 0 deletions

View File

@@ -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