clippian/include/string.h

3 lines
61 B
C
Raw Normal View History

2022-01-20 12:06:34 +00:00
#pragma once
int strcmp(const char* str1, const char* str2);