rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
libc_stub.c
Go to the documentation of this file.
1int errno;
2
3void __assert_func (const char *file, int line, const char *func, const char *failedexpr) {
4}
5
6int *__errno () {
7 return &errno;
8}
void __assert_func(const char *file, int line, const char *func, const char *failedexpr)
Definition libc_stub.c:3
int * __errno()
Definition libc_stub.c:6
int errno
Definition libc_stub.c:1