Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

Merged Florian Spreckelsen requested to merge f-extended-c into f-files
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -53,6 +53,7 @@ enum StatusCode {
UNSUPPORTED_FEATURE = 27,
ORIGINAL_ENTITY_MISSING_ID = 28,
EXTERN_C_ASSIGNMENT_ERROR = 29,
OTHER_CLIENT_ERROR = 9999;
};
auto get_status_description(int code) -> const std::string &;
Loading