agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
errno.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 ykat UG (haftungsbeschraenkt) - All Rights Reserved
3
*
4
* Permission for non-commercial use is hereby granted,
5
* free of charge, without warranty of any kind.
6
*/
7
#ifndef ZRTOS_ERRNO_H
8
#define ZRTOS_ERRNO_H
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
14
#include <
zrtos/error.h
>
15
16
17
zrtos_error_t
errno
=
ZRTOS_ERROR__SUCCESS
;
18
19
20
#ifdef __cplusplus
21
}
22
#endif
23
#endif
error.h
ZRTOS_ERROR__SUCCESS
Successful program execution status.
Definition:
error.h:22
errno
zrtos_error_t errno
Definition:
errno.h:17
zrtos_error_t
zrtos_error_t
Definition:
error.h:20
zrtos
errno.h
© 2024 ykat UG (haftungsbeschränkt)