mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
6 lines
No EOL
101 B
C
6 lines
No EOL
101 B
C
#pragma once
|
|
#pragma weak strnlen
|
|
|
|
#include <stddef.h>
|
|
|
|
size_t strnlen(const char* s, size_t maxlen); |