mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00

Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
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
|