brewco/xutil.h

Sat, 28 Nov 2015 13:47:00 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 28 Nov 2015 13:47:00 +0100
changeset 440
8df3252b688f
parent 409
cdf68044adaf
permissions
-rw-r--r--

Added prompts for the LCD. Basic processing loop written.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial