obsw/bsp_z7/newlib/close.c
2024-10-10 16:04:18 +02:00

6 lines
53 B
C

// TODO
int close(int _) {
(void)_;
return -1;
}