Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 30th, 2020
1,888
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
uint16_t
SBuff
::
dump
(
)
{
if
(
!
allocFail
)
{
uint16_t
dumped
=
buffIdx
;
memset
(
buffer,
'
\0
'
, buffIdx
)
;
buffIdx
=
0
;
return
(
dumped
)
;
}
else
return
(
0
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Move and apk and settings to new Android Devi...
Bash | 6 min ago | 0.63 KB
Digit Detector App 0.5
Python | 8 min ago | 11.39 KB
Digit Detector App
Python | 32 min ago | 10.68 KB
GFG Job Sequencing Problem. O(N^2) space and...
C++ | 33 min ago | 3.48 KB
Digit Detector App 0.3
Python | 46 min ago | 11.29 KB
Diablerie Layout
HTML | 56 min ago | 10.34 KB
Untitled
C++ | 1 hour ago | 0.67 KB
Command Alias Mixin (CommandManagerExecuteMix...
Java | 1 hour ago | 1.91 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!