rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
config
boards
kinetis
libc
libc_stub.c
Go to the documentation of this file.
1
int
errno
;
2
3
void
__assert_func
(
const
char
*file,
int
line,
const
char
*func,
const
char
*failedexpr) {
4
}
5
6
int
*
__errno
() {
7
return
&
errno
;
8
}
__assert_func
void __assert_func(const char *file, int line, const char *func, const char *failedexpr)
Definition
libc_stub.c:3
__errno
int * __errno()
Definition
libc_stub.c:6
errno
int errno
Definition
libc_stub.c:1
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8