FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_lib_fc.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (c) 2019 FrontISTR Commons
3 * This software is released under the MIT License, see LICENSE.txt
4 *****************************************************************************/
5
6#ifndef HECMW_LIB_FC_INCLUDED
7#define HECMW_LIB_FC_INCLUDED
8
9extern char *HECMW_strcpy_f2c(const char *fstr, int flen);
10
11extern char *HECMW_strcpy_f2c_r(const char *fstr, int flen, char *buf,
12 int bufsize);
13
14extern int HECMW_strcpy_c2f(const char *cstr, char *fstr, int flen);
15
16#endif
int HECMW_strcpy_c2f(const char *cstr, char *fstr, int flen)
Definition: hecmw_lib_fc.c:72
char * HECMW_strcpy_f2c(const char *fstr, int flen)
Definition: hecmw_lib_fc.c:11
char * HECMW_strcpy_f2c_r(const char *fstr, int flen, char *buf, int bufsize)
Definition: hecmw_lib_fc.c:45