MNRS-BM-BSP/newlib-nano/stub.h

9 lines
139 B
C
Raw Normal View History

2024-01-16 12:26:47 +01:00
#ifndef _LIBWRAP_STUB_H_
#define _LIBWRAP_STUB_H_
static inline int _stub(int err) {
return err?-1:-1;
}
#endif /* _LIBWRAP_STUB_H_ */