mash/xutil.h

Tue, 22 Jul 2014 17:56:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Jul 2014 17:56:56 +0200
changeset 121
03306c3bfd60
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Initial setup to draw charts

#ifndef	_XUTIL_H
#define	_XUTIL_H

char *xmalloc(size_t);
char *xstrcpy(char *);
char *xstrcat(char *, char *);

#endif

mercurial