diff options
Diffstat (limited to 'log.c')
| -rw-r--r-- | log.c | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -/* - * vim:ts=4:sw=4:expandtab - * - */ -#include <stdlib.h> -#include <stdio.h> -#include <unistd.h> - -void log() { - printf("log started\n"); - for (;;) { - } -} - -void log_cleanup() { - printf("log cleanup\n"); - _exit(EXIT_SUCCESS); -} |
