1 2 #define PH_BOOK_SIZE 100 3 #define PH_ENTRY_SIZE 128 4 5 int pb_init(void); 6 int pb_add(char *from, char *to); 7 int pb_search(char *number, char* address);