What\'s the best way to create a singleton in C? A concurrent solution would be nice.
I am aware that C isn\'t the first language you would use for a singleton.
You don't need to. C already has global variables, so you don't need a work-around to simulate them.