php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
convert.h File Reference
#include "private.h"

Go to the source code of this file.

Functions

char * bc_copy_and_toggle_bcd (char *restrict dest, const char *source, const char *source_end)
 
void bc_write_bcd_representation (uint32_t value, char *str)
 
BC_VECTOR bc_parse_chunk_chars (const char *str)
 

Function Documentation

◆ bc_copy_and_toggle_bcd()

char * bc_copy_and_toggle_bcd ( char *restrict dest,
const char * source,
const char * source_end )

Definition at line 24 of file convert.c.

◆ bc_parse_chunk_chars()

BC_VECTOR bc_parse_chunk_chars ( const char * str)

◆ bc_write_bcd_representation()

void bc_write_bcd_representation ( uint32_t value,
char * str )

Definition at line 148 of file convert.c.