delint for clang
[AROS.git] / arch / all-pc / kernel / alert_arch.h
blob8f8e871caad62b234a25f6a1be350980ff8755b0
1 static inline void PrintString(const char *buf, struct KernelBase *KernelBase)
3 while (*buf)
4 krnPutC(*buf++, KernelBase);