pxt-ev3/libs/core/pxtcore.h

8 lines
103 B
C
Raw Normal View History

2017-06-29 16:47:26 +02:00
#ifndef __PXTCORE_H
#define __PXTCORE_H
2017-07-01 12:43:10 +02:00
void dmesg(const char *fmt, ...);
#define DMESG dmesg
2017-06-29 16:47:26 +02:00
#endif