cppfastio / fast_io

Freestanding fast input/output for C++20
MIT License
661 stars 55 forks source link

nt pipe #930

Closed MacroModel closed 1 week ago

MacroModel commented 1 week ago

@MacroModel fix print_reserve_define_win32_error_9xa_impl

Fixed the problem that the string could not be output. The reason: 65536 is too large, and 65535 is just right

MacroModel commented 1 week ago

finished!