mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-02 18:27:16 +03:00
6 lines
101 B
C
6 lines
101 B
C
#pragma once
|
|
#pragma weak strnlen
|
|
|
|
#include <stddef.h>
|
|
|
|
size_t strnlen(const char* s, size_t maxlen); |