mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: use errcode comparisons, instead of strcmp(sqlite3_errmsg,msg)
This commit is contained in:
@ -17,7 +17,6 @@ const (
|
||||
stderr_value = 2
|
||||
)
|
||||
|
||||
fn C.puts(charptr)
|
||||
*/
|
||||
|
||||
fn builtin_init() {
|
||||
|
@ -43,6 +43,7 @@ fn C.chmod(byteptr, int) int
|
||||
|
||||
fn C.printf(byteptr, ...byteptr) int
|
||||
|
||||
fn C.puts(byteptr) int
|
||||
|
||||
fn C.fputs(byteptr) int
|
||||
|
||||
|
Reference in New Issue
Block a user