Supports empty array.
This commit is contained in:
10
c/result.h
Normal file
10
c/result.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum biner_result_t {
|
||||
BINER_RESULT_COMPLETED,
|
||||
BINER_RESULT_CONTINUE,
|
||||
|
||||
BINER_RESULT_ERROR_THRESHOULD_,
|
||||
|
||||
BINER_RESULT_MEMORY_ERROR,
|
||||
} biner_result_t;
|
Reference in New Issue
Block a user