mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-15 07:09:43 +03: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
|