CSC201: Memory Management, Data Representation, Formal Methods
Grinnell College, Spring 2008
Example Code
Communication with sockets:
client.c
server.c
Communication with pipes:
testpipe.c
Process management:
fork.c
wait.c
exec.c
forkexec.c
Back to the
csc201 main page