main/xutil.h

Fri, 25 Oct 2019 21:53:43 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Oct 2019 21:53:43 +0200
changeset 13
7de246feba5f
parent 0
88d965579617
child 18
d969e0fe05dc
permissions
-rw-r--r--

Updated esp-idf. The first two global screen functions created.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial