Reading bytevector from standard input port always return one element on Windows

Issue #157 resolved
Takashi Kato repo owner created an issue

This should return a bytevector with 5 elements:

(get-bytevector-n (standard-input-port) 5)

But got one element bytevector.

Comments (1)

  1. Log in to comment