main/xutil.h

Fri, 11 Oct 2019 15:56:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 11 Oct 2019 15:56:30 +0200
changeset 9
a85995941d0d
parent 0
88d965579617
child 18
d969e0fe05dc
permissions
-rw-r--r--

Added publish logs. Another fix for DS18B20 rom address copy.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial