What is the meaning of this in Objective C?
int sqlite3_bind_int(sqlite3_stmt*, int, int)
What is the meaning of this in Objective C?
int sqlite3_bind_int(sqlite3_stmt*, int, int)
This code is function declaration in C - language. As Objective-C is fully compatible with C, any C code can be executed in ObjC