pxt-ev3/libs/core/pxtcore.h
2017-07-05 17:53:22 +01:00

10 lines
121 B
C++

#ifndef __PXTCORE_H
#define __PXTCORE_H
namespace pxt {
void dmesg(const char *fmt, ...);
#define DMESG dmesg
}
#endif