aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/src/string.h
blob: fb77e64c7c3a0b56c276f79ef96edbd2f61e8463 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                          
/*
 * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com>
 * This file is part of the "cimple" project.
 * For details, see https://github.com/egor-tensin/cimple.
 * Distributed under the MIT License.
 */

#ifndef __STRING_H__
#define __STRING_H__

char *stpecpy(char *dst, char *end, const char *src);

#endif