libc: add string operations for libc

This commit is contained in:
anna 2021-09-19 04:48:20 +02:00
parent 70b970e275
commit dda4dde950
Signed by: fef
GPG key ID: EC22E476DC2D3D84
5 changed files with 279 additions and 4 deletions

15
lib/lib.cmake Normal file
View file

@ -0,0 +1,15 @@
# See the end of this file for copyright and license terms.
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/c")
# This file is part of GayBSD.
# Copyright (c) 2021 fef <owo@fef.moe>.
#
# GayBSD is nonviolent software: you may only use, redistribute, and/or
# modify it under the terms of the Cooperative Nonviolent Public License
# (CNPL) as found in the LICENSE file in the source code root directory
# or at <https://git.pixie.town/thufie/npl-builder>; either version 7
# of the license, or (at your option) any later version.
#
# GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent
# permitted by applicable law. See the CNPL for details.