bmsd/xutil.h

Mon, 16 Sep 2019 16:12:15 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Sep 2019 16:12:15 +0200
changeset 495
fdbb6bfae569
parent 0
033898178630
permissions
-rw-r--r--

Disabled some console.log items.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial