Procedure to read whole line to deferred length character #595
Labels
easy
Difficulty level is easy and good for starting into this project
good first issue
Good for newcomers
idea
Proposition of an idea and opening an issue to discuss it
topic: IO
Common input/output related features
Motivation
Just wrote a tutorial for using stdlib with fpm and noticed that I can't read a whole line into a deferred length character.
See: https://awvwgk.github.io/fpm-docs/en/tutorial/dependencies.html
Prior Art
For the tutorial I used the following snippet
Additional Information
Due to gcc#100875 and #354 I couldn't use
string_type
for the tutorial.The text was updated successfully, but these errors were encountered: