#ifndef JOS_INC_NETBENCH_HH
#define JOS_INC_NETBENCH_HH

void nb_read(int s, char *b, int count);
void nb_write(int s, char *b, int count);

#endif
