GophHub - go4retro/tcpser/src/init.h


Raw File

    1	#ifndef TRUE
    2	#define TRUE 1
    3	#define FALSE 0
    4	#endif
    5	
    6	#include "modem_core.h"
    7	
    8	void print_help(char *name);
    9	int init(int argc,
   10	         char **argv,
   11	         modem_config cfg[], 
   12	         int max_modem, 
   13	         char **ip_addr,
   14	         char *all_busy,
   15	         int all_busy_len
   16	        );
   17	
   18	

Generated by GNU Enscript 1.6.6, and GophHub 1.3.