Let's have a thread for the C programming language. It's an excellent language.
Name:
Anonymous2011-11-04 7:53
>>39
there's a way to do this without polluting the global scope (which is better than your 'best' way).
define a struct which has a pointer to the data and a write lock handle.