GophHub - go4retro/tcpser/src/phone_book.h


Raw File


#define PH_BOOK_SIZE    100
#define PH_ENTRY_SIZE   128

int pb_init(void);
int pb_add(char *from, char *to);
int pb_search(char *number, char* address);

Generated by GNU Enscript 1.6.6, and GophHub 1.3.