←back to thread

The C23 edition of Modern C

(gustedt.wordpress.com)
397 points bwidlar | 1 comments | | HN request time: 0.293s | 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. KerrAvon ◴[] No.41853013[source]
The C standard library provides no recognizable container types, so there's no "main" anything.