ipc/include/utils/kprint.h

6 lines
111 B
C

#ifndef __KPRINT_H__
#include <stdio.h>
#define kprint(msg) printf("%s", msg);
#endif // __KPRINT_H__