convert test programs from socket_tcp[46] to socket_tcp[46]b

This commit is contained in:
leitner
2006-07-15 23:17:46 +00:00
parent 83c1186870
commit f7e6432a2b
5 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
#include "ndelay.h"
int main(int argc,char* argv[]) {
int s=socket_tcp4();
int s=socket_tcp4b();
char line[1024];
char buf[4096];
int l;