main/xutil.h

Sat, 26 Oct 2019 14:05:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Oct 2019 14:05:17 +0200
changeset 15
83314e7b1b4a
parent 0
88d965579617
child 18
d969e0fe05dc
permissions
-rw-r--r--

Changed build system to idf.py

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial