blob: 92a374ba6077d862dfb96d60f14e5bea620b251f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 fortiss GmbH
* 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:
* Jose Cabral - initial API and implementation and/or initial documentation
*******************************************************************************/
#ifndef SRC_ARCH_FORTE_REALFUNCTIONS_H_
#define SRC_ARCH_FORTE_REALFUNCTIONS_H_
#include "datatype.h"
TForteFloat forte_stringToFloat(const char* paStr, char** paEndPtr);
#endif /* SRC_ARCH_FORTE_REALFUNCTIONS_H_ */