mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
11 lines
182 B
C
11 lines
182 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <sys/types.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int strcasecmp(const char*, const char*);
|
|
int strncasecmp(const char*, const char*, size_t);
|
|
|
|
__END_DECLS
|