FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
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 
9 extern char *HECMW_strcpy_f2c(const char *fstr, int flen);
10 
11 extern char *HECMW_strcpy_f2c_r(const char *fstr, int flen, char *buf,
12  int bufsize);
13 
14 extern int HECMW_strcpy_c2f(const char *cstr, char *fstr, int flen);
15 
16 #endif
HECMW_strcpy_c2f
int HECMW_strcpy_c2f(const char *cstr, char *fstr, int flen)
Definition: hecmw_lib_fc.c:72
HECMW_strcpy_f2c_r
char * HECMW_strcpy_f2c_r(const char *fstr, int flen, char *buf, int bufsize)
Definition: hecmw_lib_fc.c:45
HECMW_strcpy_f2c
char * HECMW_strcpy_f2c(const char *fstr, int flen)
Definition: hecmw_lib_fc.c:11