%0 Journal Article %J IEEE Transactions on Software Engineering %D 2008 %T Modular Information Hiding and Type-Safe Linking for C %A Srivastava,S. %A Hicks, Michael W. %A Foster, Jeffrey S. %A Jenkins,P. %K C language %K CMOD %K Code design %K Coding Tools and Techniques %K compiler %K data encapsulation %K Information hiding %K modular information hiding %K modular reasoning %K modules %K object-oriented programming %K open source programs %K packages %K program compilers %K public domain software %K reliability %K software reusability %K type-safe linking %X This paper presents CMod, a novel tool that provides a sound module system for C. CMod works by enforcing four rules that are based on principles of modular reasoning and on current programming practice. CMod's rules flesh out the convention that .h header files are module interfaces and .c source files are module implementations. Although this convention is well-known, existing explanations of it are incomplete, omitting important subtleties needed for soundness. In contrast, we have proven formally that CMod's rules enforce both information hiding and type-safe linking. To use CMod, the programmer develops and builds their software as usual, redirecting the compiler and linker to CMod's wrappers. We evaluated CMod by applying it to 30 open source programs, totaling more than one million LoC. Violations to CMod's rules revealed more than a thousand information hiding errors, dozens of typing errors, and hundreds of cases that, although not currently bugs, make programming mistakes more likely as the code evolves. At the same time, programs generally adhere to the assumptions underlying CMod's rules, and so we could fix rule violations with a modest effort. We conclude that CMod can effectively support modular programming in C: it soundly enforces type-safe linking and information-hiding while being largely compatible with existing practice. %B IEEE Transactions on Software Engineering %V 34 %P 357 - 376 %8 2008/06//May %@ 0098-5589 %G eng %N 3 %R 10.1109/TSE.2008.25