We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ef08d commit e6eea65Copy full SHA for e6eea65
include/genomicsqlite.h
@@ -7,9 +7,10 @@
7
* C bindings
8
*
9
* Convention for all functions returning char*:
10
- * - Return value is always a non-null buffer which must be freed using sqlite3_free()
+ * - Return value is a buffer which must be freed using sqlite3_free()
11
* - On success, it's a nonempty, null-terminated string
12
* - On failure, it's a null byte, followed immediately by a null-terminated error message
13
+ * - Null is returned only in an out-of-memory condition
14
*/
15
16
#ifdef __cplusplus
0 commit comments