Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 15th, 2017
121
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
void F6(char c[], int nn)
{
int k, mm;
for (mm = nn, k = 0; mm != 0; mm /= 10, k++);
for (c[k--] = '\0'; k >= 0; k--)
{
c[k] = nn % 10 + '0'; nn /= 10;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Haxe | 3 min ago | 1.43 KB
💎 ChangeNOW Exploit
JavaScript | 3 min ago | 0.22 KB
Shhshs
JSON | 7 min ago | 0.36 KB
Counter Display rev_02
Arduino | 12 min ago | 2.83 KB
🔥 Exchange profit method 📌📝
JavaScript | 14 min ago | 0.20 KB
Control Panel rev_01
Arduino | 19 min ago | 2.75 KB
first 6 tests formatted message
Python | 19 min ago | 19.03 KB
💵 Make 3000$ in 20 minutes 💵
JavaScript | 26 min ago | 0.22 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!