php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
strtod.h
Go to the documentation of this file.
1/*
2 * Copyright (C) Alexander Borisov
3 *
4 * Based on nxt_strtod.h from NGINX NJS project
5 *
6 * Copyright (C) Dmitry Volyntsev
7 * Copyright (C) Nginx, Inc.
8 */
9
10#ifndef LEXBOR_STRTOD_H
11#define LEXBOR_STRTOD_H
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include "lexbor/core/base.h"
18
19
20LXB_API double
21lexbor_strtod_internal(const lxb_char_t *start, size_t length, int exp);
22
23
24#ifdef __cplusplus
25} /* extern "C" */
26#endif
27
28#endif /* LEXBOR_STRTOD_H */
exp(float $num)
#define LXB_API
Definition def.h:48
buf start
Definition ffi.c:4687
LXB_API double lexbor_strtod_internal(const lxb_char_t *start, size_t length, int exp)
Definition strtod.c:264
unsigned char lxb_char_t
Definition types.h:27