|
|
1.1 root 1: #include "quipu/util.h"
2: #include "quipu/name.h"
3: #include "quipu/dsp.h"
4: #include "quipu/ds_error.h"
5:
6: rdn_cmp_comp (a,b)
7: RDN a,b;
8: {
9: register int i,j;
10:
11: if (a->rdn_at != b->rdn_at)
12: return ((a->rdn_at > b->rdn_at) ? 1 : -1);
13:
14: j = AttrV_cmp (&a->rdn_av,&b->rdn_av);
15:
16: return (j);
17:
18: }
19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.