Skip to content

stdin not handled properly #42

@RhysU

Description

@RhysU

Turns out this doesn't read from stdin when run...

#!/home/rhys/bin/c99sh -sm

char name[255] = "Oxford";
int age = 8;

puts("What's your name?");
scanf("%s", name);
puts("What's your birthday?");
printf("Hello, %s. You are %d years old.\n", name, age);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions