nlist("/usr/lib/libc.dylib", nl);
if (nl[0].n_type != N_UNDF)
*(int *) nl[0].n_value = 0;
nlist("/usr/lib/libc.dylib", nl);
if (nl[0].n_type != N_UNDF)
*(int *) nl[0].n_value = 0;
// Parse the command line and initialize the package library
CommandLine CmdL(Args,_config);
// Parse the command line and initialize the package library
CommandLine CmdL(Args,_config);