#include #include "brailleboi.h" int main() { image_buffer buf; brailleInit(20, 20, &buf); brailleStop(&buf); return 0; }