hide local identifiers in C

in C , I am writing some header files and i want them to hide their local identifiers so that i can use those same identifiers used in the headers in the main program or where ever I use the header files...
something similar to namespace in c++

can anyone please tell me how to do this?

thanks..
Topic archived. No new replies allowed.