bmsd/xutil.h

Thu, 20 Jun 2019 19:58:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 20 Jun 2019 19:58:23 +0200
changeset 422
7943afc0fcde
parent 0
033898178630
permissions
-rw-r--r--

Added cron upgrade tasks to initialize the priming_water amounts. Fixed these to be a float instead of integer.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial