blob: 81af034f896ba6b587119057a2471b1733032f64 (
plain) (
tree)
|
|
/*
* Copyright (c) 2020, yzrh <yzrh@tuta.io>
*
* SPDX-License-Identifier: Apache-2.0
*/
int
strconv(char **dst,
const char * restrict dst_code,
const char * restrict src,
const char * restrict src_code,
int *size);
|