We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a newline character '\n' occurs, it must be included in the returned string. In your code, when you encounter '\n', you make a break; and does not add a newline character to the line. Now code doesn't works propely. I made fix here - https://github.com/zarart99/exam_rank_03/blob/main/get_next_line/get_next_line.c
The text was updated successfully, but these errors were encountered:
I made a pull request a few days ago resolving that issue #39
Sorry, something went wrong.
ah, i see. Why don't you merge this? I wrote you, cause i 've used your version from main at the exam, but unsuccessful
I don’t have permissions to merge. I’m not the repository owner, so I’m waiting for them to merge it
No branches or pull requests
If a newline character '\n' occurs, it must be included in the returned string. In your code, when you encounter '\n', you make a break; and does not add a newline character to the line. Now code doesn't works propely. I made fix here - https://github.com/zarart99/exam_rank_03/blob/main/get_next_line/get_next_line.c
The text was updated successfully, but these errors were encountered: