#ifndef SEARCH_H #define SEARCH_H #include <stdio.h> #include <errno.h> #include <string.h> void search(const char *pkg); #endif