clippian/include/string.h

3 lines
61 B
C
Raw Normal View History

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