Search
New Paste
(current)
Last 10 Pastes
Login
Sign Up
fPaste.me
A free, anonymous, minimalist and open source paste tool.
char.c
25-11-2020 15:35:18
Anonymous
showChar (loops / 1000 % 10 + '0', pos3);
showChar (loops / 100 % 10 + '0', pos4);
showChar (loops / 10 % 10 + '0', pos5);
showChar (loops / 1 % 10 + '0', pos6);