Skip to content

Instantly share code, notes, and snippets.

View PlatonSotnykov's full-sized avatar

Platon Sotnykov PlatonSotnykov

  • Zielona Góra, Poland
View GitHub Profile
#include <directfb.h>
#include <stdio.h>
#include <unistd.h>
#define DFBCHECK(x...) \
do { \
DFBResult err = x; \
if (err != DFB_OK) { \
printf("%s <%i>:", __FILE__, __LINE__); \