#*******************************************************************************
# * Copyright (c) 2013 ACIN
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
# * http://www.eclipse.org/legal/epl-v10.html
# *
# * 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)