thermferm/xutil.h

Sun, 15 Feb 2015 20:38:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 15 Feb 2015 20:38:54 +0100
changeset 310
53774295e14a
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Added Kp, Kd and Ki settings to the units. Bumped to version 0.2.9

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial