readded draw.c again (except getcolor and setfont)

This commit is contained in:
Anselm R. Garbe
2007-02-20 13:54:00 +01:00
parent 66b2e8379f
commit a1913a6af7
5 changed files with 77 additions and 67 deletions

2
util.c
View File

@ -6,8 +6,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>
void *
emalloc(unsigned int size) {