Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-12 | libio: add open handle functions to istream/ostream | David Oberhollenzer | |
For the backends, this simplifies the code as both paths (open file and open stdio) use the same basic code. Even when merging them only in the backend, it would be done in a similar way. Making the functions public allows other uses as well. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2023-01-31 | Move library source into src sub-directory | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |