1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: add C.scanf fn decl to cfns.c.v (#17965)

This commit is contained in:
Swastik Baranwal 2023-04-16 10:30:19 +05:30 committed by GitHub
parent 75ddcb02fc
commit d3de7adcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,8 @@ fn C.chmod(&char, u32) int
fn C.printf(&char, ...voidptr) int fn C.printf(&char, ...voidptr) int
fn C.scanf(&char, ...voidptr) int
fn C.puts(&char) int fn C.puts(&char) int
fn C.abs(f64) f64 fn C.abs(f64) f64