54e7efb
1 2 3 4 5 6 7
#pragma once #include <stddef.h> #include <stdint.h> size_t strlen(const char*);