Simple database: Difference between revisions

m
→‎{{header|C}}: Nevermind, undo last correction. I'm tired, and it works.
(→‎{{header|C}}: lines transposed during send. corrected.)
m (→‎{{header|C}}: Nevermind, undo last correction. I'm tired, and it works.)
Line 189:
in_db=in_db->next;
}
pdb[i-=1]->next=NULL;
qsort (pdb,i,sizeof in_db,(compfn)sortby);
pdb[i-=1]->next=NULL;
for (;i;i--) {
pdb[i-1]->next=pdb[i];
Anonymous user