main/xutil.h

Wed, 09 Oct 2019 21:00:27 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 09 Oct 2019 21:00:27 +0200
changeset 6
06a5028dbcdf
parent 0
88d965579617
child 18
d969e0fe05dc
permissions
-rw-r--r--

Hookup OLED I2C display to temorary display some data.

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial