←back to thread

The C23 edition of Modern C

(gustedt.wordpress.com)
397 points bwidlar | 1 comments | | HN request time: 0s | source
Show context
zerr ◴[] No.41851781[source]
Do they still use 0-terminated strings/char* as the main string type?

Is the usage of single linked lists still prevalent as the main container type?

replies(4): >>41851903 #>>41853013 #>>41853099 #>>41854343 #
1. codr7 ◴[] No.41853099[source]
Embedded linked lists are pretty cool though.