index
:
talk.git
master
A simple tcp/ip chat program
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.h
blob: e7685ffacdd73758746b5dd73a09bc8e6937bb03 (
plain
)
1
2
3
4
#include <stdio.h> char *readupto(FILE *f, char end); char *readnchars(FILE *f, int n);