removed an unnecessary newline
a58731e8
1 file(s) · +0 −1
| 146 | 146 | void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ |
|
| 147 | 147 | void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ |
|
| 148 | 148 | void spawn(const char *arg); /* forks a new subprocess with arg's cmd */ |
|
| 149 | - |