blob: bd5c3f4d336d7007c08e8c1eedabd6f1eb4f30fa [file] [log] [blame]
#include<pkgdep.h>
int internal_thingy();
int pkgdep() {
return internal_thingy();
}