In C++ one might use namespace to keep independent groups working in the same code base from inadvertently creating functions with the same name and thus creating a conflict. My question is, before the idea of namespace comes out, how might one emulate namespace in C.
Share
By naming things differently, e.g.:
gtk+ is a prime example for this conventional style: