Learn more about cloning repositories
You have read-only access
Add `fflush(stdout)` before `fputs(…, stderr)` `Swift.print()` uses buffered stdout by calling `putchar(_:)`. This avoids mixing strings from stdout and stderr. fix #432