|
|
|
|
|
by Panzerschrek
75 days ago
|
|
System APIs requiring passing a null-terminated string are also painful to use from other languages, where strings are not null-terminated by default. They basically require taking a copy of a string and adding a null-terminator before performing a call. |
|