Example #1
0
// This original function will be deprecated beyond PDQ 7.0 
void PDQ_CreateOpen(char *name, double lambda)
{
    int dump; //no longer return integer stream count this way
    dump = PDQ_CreateOpen_p(name, &lambda);
}
Example #2
0
void PDQ_CreateOpen(char *name, double lambda)
{
    int foo;
    foo = PDQ_CreateOpen_p(name, &lambda);
}