elpekenin/errno.h
¶
- Integers representing a function’s status:
0
: Success.Otherwise: Failure.
See also
Most values here come from #include <errno.h>
.
Check out Linux’s documentation for details.
elpekenin/errno.h
¶0
: Success.
Otherwise: Failure.
See also
Most values here come from #include <errno.h>
.
Check out Linux’s documentation for details.