1 2 3 4 5 6
#include<pkgdep.h> int main(int argc, char **argv) { int res = pkgdep(); return res != 99; }