mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07: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); |