f77util.h
1/***************************************************************************
2 *
3 * Copyright (C) 2013 by Willem van Straten
4 * Licensed under the Academic Free License version 2.1
5 *
6 ***************************************************************************/
7
8#ifndef __F77UTIL_H
9#define __F77UTIL_H
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15void f2cstr (const char* f_str, char* c_str, unsigned length);
16void c2fstr (char* f_str, const char* c_str, unsigned length);
17
18#ifdef __cplusplus
19 }
20#endif
21
22#endif
23

Generated using doxygen 1.14.0