First draft

This commit is contained in:
2025-11-07 15:57:11 +00:00
commit f306df9daf
13 changed files with 502 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// incp2.h - Defines types common to all INCP interfaces.
#pragma once
typedef enum {
ERR_SUCCESS = 0,
ERR_ERROR,
ERR_NOT_IMPL,
ERR_NOT_MINE,
} err_t;