bmsd/xutil.h

Thu, 15 Apr 2021 13:10:21 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 15 Apr 2021 13:10:21 +0200
changeset 739
bb923d2cbc35
parent 0
033898178630
permissions
-rw-r--r--

Added measurement input fields to the product checklist.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial