mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
12 lines
182 B
C
12 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
|