#pragma once size_t strops_copy(char *dst, const char *src, size_t size); char* strops_stristr(char* a, char* b);