We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If I use fp = fopen("dbfile.db", "r+b");
fp = fopen("dbfile.db", "r+b");
Could I init both a dblog_write_context and dblog_read_context at the same time? If possible, what are the possible consequences?
dblog_write_context
dblog_read_context
Activity