Skip to content
New issue

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

Allow for more than 1000 char input per line for Exercise 1-17 in Chapter 1 #74

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jerryq0101
Copy link

Tested with sample input by defining an EXIT CHAR in terminal.

Would love to get feedback on C code. Let me know if there are non optimal practices used, or if its incorrect.

@jerryq0101 jerryq0101 marked this pull request as ready for review September 25, 2024 01:04
@ohkimur
Copy link
Owner

ohkimur commented Sep 29, 2024

@jerryq0101 First, thanks for your contribution. Second, I'm struggling to understand the value that your PR actually provides beyond the original solution. Can you elaborate a bit so that I understand the motivation behind your PR?

@jerryq0101
Copy link
Author

Thanks for the reply! Since the question in the book simply asked for printing more than 80 characters, I thought it could be a more complete solution for each line to not be limited by 1000 characters in the original solution.

Lmk what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants