Add header for strcasecmp()

This commit is contained in:
Trung Lê 2025-03-11 23:33:32 +11:00 committed by GitHub
parent 474dfcb524
commit 1ed01b3033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <time.h>