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 2bd8975 commit 85cfc9eCopy full SHA for 85cfc9e
bindings/c/inapi.h
@@ -26,8 +26,9 @@
26
27
/**
28
* @brief Retrieve the last error message generated and reset the
29
- * error global to null. It will return null if no error message was
30
- * recorded.
+ * error global to null.
+ * @return The last error message string, or null if no error message
31
+ * was recorded.
32
*/
33
extern char *geterr();
34
0 commit comments