#pragma once size_t strops_copy(char *dst, const char *src, size_t size); char* strops_stristr(char* a, char* b); void strops_replace(char *buf, size_t buf_size, const char *search, const char *replace);