Optimizing comm(1) with the second sent in patch.

This commit is contained in:
Christoph Lohmann
2013-06-19 21:09:50 +02:00
parent e28c17c7cc
commit 7f88cf7021
2 changed files with 67 additions and 92 deletions

1
util.h
View File

@@ -20,3 +20,4 @@ long estrtol(const char *, int);
void fnck(const char *, const char *, int (*)(const char *, const char *));
void putword(const char *);
void recurse(const char *, void (*)(const char *));