c Bind str dan int

char buf[12];
                snprintf(buf, 12, "FPS: %d", framesCount);
JulesG10