top | item 22090174 (no title) g82918 | 6 years ago Thank you, that bit was very interesting. I like the idea for single threaded applications of having argv0 be a global. discuss order hn newest sherincall|6 years ago Doesn't have to be single-threaded even. Main writes the pointer at the start, and no one else is going to change it, just read from it.
sherincall|6 years ago Doesn't have to be single-threaded even. Main writes the pointer at the start, and no one else is going to change it, just read from it.
sherincall|6 years ago