bmsd/xutil.h

Wed, 03 Jun 2020 21:02:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Jun 2020 21:02:57 +0200
changeset 698
c7b4cb53b37c
parent 0
033898178630
permissions
-rw-r--r--

Fixed missing light_state commands for the webcam.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial