thermferm/xutil.h

Mon, 26 Sep 2022 21:30:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 26 Sep 2022 21:30:17 +0200
changeset 626
1718eb4c8d07
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Upgraded kicad to version 6

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial