mash/xutil.h

Tue, 02 Sep 2014 15:32:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Sep 2014 15:32:00 +0200
changeset 281
12a5dbbfd0e3
parent 103
99c47a8a61cb
permissions
-rw-r--r--

SIMULATOR PUT command logging added.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial