GophHub - go4retro/tcpser/src/init.h


Raw File

#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif

#include "modem_core.h"

void print_help(char *name);
int init(int argc,
         char **argv,
         modem_config cfg[], 
         int max_modem, 
         char **ip_addr,
         char *all_busy,
         int all_busy_len
        );


Generated by GNU Enscript 1.6.6, and GophHub 1.3.