Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
excit
Commits
136a24ee
Commit
136a24ee
authored
Nov 08, 2018
by
Brice Videau
Browse files
Change return codes.
parent
31e5d22d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
src/excit.c
View file @
136a24ee
This diff is collapsed.
Click to expand it.
src/excit.h
View file @
136a24ee
...
...
@@ -10,6 +10,15 @@ enum excit_type_e {
EXCIT_SLICE
};
enum
excit_error_e
{
EXCIT_SUCCESS
,
EXCIT_STOPIT
,
EXCIT_ENOMEM
,
EXCIT_EINVAL
,
EXCIT_EDOM
,
EXCIT_ENOTSUP
};
typedef
struct
excit_s
*
excit_t
;
typedef
ssize_t
excit_index_t
;
...
...
tests/excit.c
View file @
136a24ee
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment