![Bryce Denney](/assets/img/avatar_default.png)
define anything special. If you are not an exporter, then it now assumes that you are an importer. - modified: test2-dynamic/module1.h test2-dynamic/uselib.cc test3-twomodules/module1.h test3-twomodules/module2.h test3-twomodules/uselib.cc test4-interdep/module1.h test4-interdep/module2.h test4-interdep/uselib.cc
test3 Add a second module module1 exports module_name and operate(int,int). module2 exports n_operations Both are used in uselib.cc. They don't use each other's symbols.