This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
porting_c_projects_to_ibm_i [2019/01/09 14:16] mihael |
porting_c_projects_to_ibm_i [2019/01/09 14:18] (current) mihael |
||
---|---|---|---|
Line 142: | Line 142: | ||
#define UNQLITE_OPEN_CREATE 0x00000004 | #define UNQLITE_OPEN_CREATE 0x00000004 | ||
- | Can be declared in RPG as | + | can be declared in RPG as |
dcl-c UNQLITE_OPEN_CREATE 4; | dcl-c UNQLITE_OPEN_CREATE 4; | ||
+ | |||
+ | And | ||
+ | |||
+ | #define UNQLITE_SYNC_FULL 0x00003 | ||
+ | |||
+ | can be declared in RPG as | ||
+ | |||
+ | dcl-c UNQLITE_SYNC_FULL 3; | ||