06a89a0061
^KT-61259
7 lines
148 B
C
Vendored
7 lines
148 B
C
Vendored
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
int custom_strcmp(const char* str1, const char* str2) {
|
|
return strcmp(str1, str2);
|
|
} |