GophHub - go4retro/tcpser/src/phone_book.h


Raw File

    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);
    8	

Generated by GNU Enscript 1.6.6, and GophHub 1.3.