clippian/include/string.h
2022-01-20 13:06:34 +01:00

3 lines
61 B
C

#pragma once
int strcmp(const char* str1, const char* str2);