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

Bug: stdin, stdout and stderr are lost #9

Open
Vipul-Cariappa opened this issue Aug 27, 2024 · 0 comments
Open

Bug: stdin, stdout and stderr are lost #9

Vipul-Cariappa opened this issue Aug 27, 2024 · 0 comments

Comments

@Vipul-Cariappa
Copy link
Contributor

I cannot access the stdout and stderr.

If the program takes in any user input from stdin, idd errors out.

Example:

#include <stdio.h>

int main(int argc, char *argv[]) {
    printf(">>> ");
    char input[100] = {0};
    scanf("%99s", input);
    printf("%s\n", input);
    return 0;
}

Output:
image

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