#*******************************************************************************
# Copyright (c) 2013 ACIN
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# 
# Contributors:
#    Monika Wenger
# *   - initial API and implementation and/or initial documentation
# *******************************************************************************/
#############################################################################
# CharacterString
#############################################################################
forte_add_sourcefile_hcpp(F_LEN)
forte_add_sourcefile_hcpp(F_LEFT)
forte_add_sourcefile_hcpp(F_RIGHT)
forte_add_sourcefile_hcpp(F_MID)
forte_add_sourcefile_hcpp(F_CONCAT)
forte_add_sourcefile_hcpp(F_INSERT)
forte_add_sourcefile_hcpp(F_DELETE)
forte_add_sourcefile_hcpp(F_REPLACE)
forte_add_sourcefile_hcpp(F_FIND)

forte_add_sourcefile_hcpp(F_CONCAT_DATE_TOD)