This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleashed-firmware
Watch
2
Star
0
Fork
You've already forked unleashed-firmware
0
mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced
2024-12-19 09:13:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0cbbe1ac0a
unleashed-firmware
/
applications
/
external
/
totp
/
lib
/
polyfills
/
strnlen.h
6 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Update TOTP https://github.com/akopachov/flipper-zero_authenticator
2023-04-13 18:20:29 +00:00
#
pragma once
#
pragma weak strnlen
Update TOTP https://github.com/akopachov/flipper-zero_authenticator/releases/tag/v1.5.0
2022-11-23 22:19:19 +00:00
#
include
<stddef.h>
size_t
strnlen
(
const
char
*
s
,
size_t
maxlen
)
;
Reference in a new issue
Copy permalink