More explicit wording on a comment.
[beanstalkd.git] / util.c
blob6702e4b0c4047a2b032726f29fe966e534704eef
1 #include <stdio.h>
2 #include <unistd.h>
4 void
5 warn(const char *s)
7 fprintf(stderr, "%s\n", s);
11 void
12 v()