phoenix-rtos / phoenix-rtos-project

Sample project using Phoenix-RTOS
https://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
43 stars 32 forks source link

libphoenix: `fsetpos()` and `fgetpos()` declared but unimplemented #276

Closed niewim19 closed 1 year ago

niewim19 commented 2 years ago

fsetpos() and fgetpos() are stdio.h functions that are specified in C89 standard.

In libphoenix they are only declared in header file, but are not implemented.

damianloew commented 1 year ago

Closed by merging https://github.com/phoenix-rtos/libphoenix/pull/242