// This original function will be deprecated beyond PDQ 7.0 void PDQ_CreateClosed(char *name, int should_be_class, double pop, double think) { int dump; //no longer return integer stream count this way dump = PDQ_CreateClosed_p(name, should_be_class, &pop, &think); }
void PDQ_CreateClosed(char *name, int should_be_class, double pop, double think) { int foo; foo = PDQ_CreateClosed_p(name, should_be_class, &pop, &think); }