]>
git.saurik.com Git - apt.git/blob - test/scratch.cc
1 #include <apt-pkg/tagfile.h>
6 int main(int argc
,char *argv
[])
8 FileFd
F(argv
[1],FileFd::ReadOnly
);
12 while (Reader
.Step(Sect
) == true)
14 Sect
.FindS("Package");
15 Sect
.FindS("Section");
16 Sect
.FindS("Version");