bmsd/xutil.h

Sun, 02 Feb 2020 13:20:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 02 Feb 2020 13:20:28 +0100
changeset 607
0efba09a694c
parent 0
033898178630
permissions
-rw-r--r--

Added low limit for magnesium of 10 ppm

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial