sbool addLibrary(S libID) { ret addLibraryToCurrentProgram(libID); } sbool addLibrary(File f) { ret addLibraryToCurrentProgram(f); }