Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed


#ifndef _NET_PRINT_H_
#define _NET_PRINT_H_

int init_network(void);
int udp_print(char *str, ...);

#endif