bmsd/xutil.h

Sat, 12 Jan 2019 20:18:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Jan 2019 20:18:54 +0100
changeset 188
0ef62ec2d5b0
parent 0
033898178630
permissions
-rw-r--r--

Added door and lights status leds.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial