Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
lolka
a guest
Dec 31st, 2021
153
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
fptr op
[
8
]
=
{
/* лист из 8 функций */
}
;
uint8_t
fbitmap
;
/*битмап для группы функций*/
{
int
i
;
for
(
i
=
1
;
i
<=
8
;
i
=<<
1
)
if
(
fbitmap
&
i
)
(
op
[
i
]
)
(
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
TestingCustomCSS_Ignore
CSS | 2 hours ago | 0.21 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!