00001 #include <iostream> 00002 00003 namespace SctApi { 00004 00006 00013 void printOutList(unsigned long *primList, unsigned long length, bool in, int level, std::ostream &stream, 00014 bool dumpUnknown, bool dumpRaw); 00015 }