1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-26 07:14:23 +02:00

Relevant link to C strings.

This commit is contained in:
Nathaniel Beaver
2016-01-12 22:23:20 -06:00
parent b646a7991d
commit b49fbcef26

View File

@@ -689,6 +689,10 @@ but such restrictions do not apply to filenames.)
tend to have their own difficulties,
`such as storing strings of arbitrary length`_.
There is extensive discussion here:
https://utcc.utoronto.ca/~cks/space/blog/programming/CNullStringsDefense
In any case, both Linux and `Windows use null-terminated strings`_,
as do other modern operating systems.