#include <stdio.h>
	#include <stdlib.h>
	#include <string.h>
...

C Linux Shell

by https://www.google.com/accounts/o8/id?id=AItOawlNfH_H9Dh2QVh-Bdy_aEjJwD8hgAyN1ZE, March 14, 2012 21:39, 1 refactoring, tagged with linux c

This is for a class. I have...

55502f40dc8b7c769880b10874abc9d0 Talk
#include <stdio.h> 

#include <unistd.h>
...

C A client for net!

by gaoweige.blogspot.com, April 22, 2009 08:56, No refactoring, tagged with linux c

When I must use a client wh...

72f8ba24304c4648c18e11f0aa2287f2 Talk
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
...

C I learn getopt

by gaoweige.blogspot.com, April 08, 2009 14:45, 5 refactorings, tagged with linux c

I learn getopt, but it shou...

72f8ba24304c4648c18e11f0aa2287f2 Talk