ZSShen / C-Common-Data-Structures

A fast and memory efficient C library to manipulate sequential containers, associative structures, and advanced string processing, such as tree map, hash map, and trie.
43 stars 9 forks source link

scope should be clear #5

Closed darkdh closed 8 years ago

darkdh commented 9 years ago

We should put "extern" for exported function in the header and "static" for internal function in .c files