sync-ing asm and dis for minimal shaders
[vulkan-misc.git] / 2d / kickstart / log.h
blobf22c8f9e30e2a3466ab0e68530c12150ab4337e3
1 #ifndef APP_LOG_H
2 #define APP_LOG_H
3 /*
4 * this is public domain without any warranties of any kind
5 * Sylvain BERTRAND
6 */
7 /* XXX: KEEP AN EYE ON ABBREVIATIONS */
8 #include <stdio.h>
9 #define LOG(fmt,...) dprintf(2,fmt,##__VA_ARGS__)
10 #endif /* APP_LOG_H */