php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dtoa.h
Go to the documentation of this file.
1/*
2 * Copyright (C) Alexander Borisov
3 *
4 * Based on nxt_dtoa.h from NGINX NJS project
5 *
6 * Copyright (C) Dmitry Volyntsev
7 * Copyright (C) Nginx, Inc.
8 */
9
10#ifndef LEXBOR_DTOA_H
11#define LEXBOR_DTOA_H
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include "lexbor/core/base.h"
18
19
20LXB_API size_t
21lexbor_dtoa(double value, lxb_char_t *begin, size_t len);
22
23
24#ifdef __cplusplus
25} /* extern "C" */
26#endif
27
28#endif /* LEXBOR_DTOA_H */
size_t len
Definition apprentice.c:174
#define LXB_API
Definition def.h:48
LXB_API size_t lexbor_dtoa(double value, lxb_char_t *begin, size_t len)
Definition dtoa.c:368
int begin
Definition eaw_table.h:20
unsigned char lxb_char_t
Definition types.h:27
value