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

BUFSIZ is undefined #1

Open
lynchaj opened this issue Oct 15, 2021 · 0 comments
Open

BUFSIZ is undefined #1

lynchaj opened this issue Oct 15, 2021 · 0 comments

Comments

@lynchaj
Copy link
Owner

lynchaj commented Oct 15, 2021

BUFSIZ is undefined leading to error during compile. Normally BUFSIZ is defined by c compiler environment for standard IO and varies depending on environment.

from https://c-programming-know-how.blogspot.com/2014/03/what-is-bufsiz.html

"BUFSIZ is a constant macro representing the size of the input buffer. It is defined in stdio.h and represents the size for your C implementation. ANSI C requires that it be at least 256 bytes."

lynchaj pushed a commit that referenced this issue Oct 25, 2021
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

No branches or pull requests

1 participant