Luna/libos
apio e378d8ee2f
All checks were successful
continuous-integration/drone/push Build is passing
Revert "libos: Make File::read_line optionally strip the ending newline"
This should be done by the caller, as making libos do it will not return a different value if the line was empty or was EOF.

Fortunately, we now have String::trim.
2023-04-22 15:21:04 +02:00
..
include/os Revert "libos: Make File::read_line optionally strip the ending newline" 2023-04-22 15:21:04 +02:00
src Revert "libos: Make File::read_line optionally strip the ending newline" 2023-04-22 15:21:04 +02:00
CMakeLists.txt libos: Add a Process class 2023-04-18 18:16:24 +02:00