mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
9d05f6b7a7
This is really neat. :^)
13 lines
125 B
C
13 lines
125 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#define HUGE_VAL 1e10000
|
|
|
|
double pow(double x, double y);
|
|
|
|
__END_DECLS
|
|
|