/* Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at . */ #if !defined(zap_priv_hdr_mem) #define zap_priv_hdr_mem #include zap_priv_cdecl void zap_cp( void * zap_priv_restr dest,void const * zap_priv_restr src, zap_sz num); zap_bool zap_eq( void const * lbuf,void const * rbuf,zap_sz num); void zap_fill(void * dest,zap_byte val, zap_sz num); void * zap_srch(void const * buf, zap_byte val, zap_sz num); zap_sz zap_utf8declen(zap_chr8 const * buf); zap_sz zap_utf8enclen(zap_chr02 const * buf); void zap_utf8dec( zap_chr02 * dest,zap_chr8 const * src); void zap_utf8enc( zap_chr8 * dest,zap_chr02 const * src); void zap_win1252dec(zap_chr02 * dest,zap_chr8 const * src); void zap_win1252enc(zap_chr8 * dest,zap_chr02 const * src); zap_priv_cdeclend #endif