|
|
1.1 ! root 1: #include "quipu/util.h" ! 2: #include "quipu/attrvalue.h" ! 3: ! 4: avs_comp_fill (ptr,pe) ! 5: AV_Sequence ptr; ! 6: AttributeValue pe; ! 7: { ! 8: ptr->avseq_av.av_struct = pe->av_struct; ! 9: ptr->avseq_av.av_syntax = pe->av_syntax; ! 10: } ! 11: ! 12: AV_Sequence avs_comp_new (pe) ! 13: AttributeValue pe; ! 14: { ! 15: AV_Sequence ptr; ! 16: ptr = avs_comp_alloc (); ! 17: avs_comp_fill (ptr,pe); ! 18: ptr->avseq_next = NULLAV; ! 19: return (ptr); ! 20: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.