FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_lib_fc.c File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "hecmw_util.h"
Include dependency graph for hecmw_lib_fc.c:

Go to the source code of this file.

Functions

char * HECMW_strcpy_f2c (const char *fstr, int flen)
 
char * HECMW_strcpy_f2c_r (const char *fstr, int flen, char *buf, int bufsize)
 
int HECMW_strcpy_c2f (const char *cstr, char *fstr, int flen)
 

Function Documentation

◆ HECMW_strcpy_c2f()

int HECMW_strcpy_c2f ( const char *  cstr,
char *  fstr,
int  flen 
)

Definition at line 72 of file hecmw_lib_fc.c.

Here is the caller graph for this function:

◆ HECMW_strcpy_f2c()

char* HECMW_strcpy_f2c ( const char *  fstr,
int  flen 
)

Definition at line 11 of file hecmw_lib_fc.c.

◆ HECMW_strcpy_f2c_r()

char* HECMW_strcpy_f2c_r ( const char *  fstr,
int  flen,
char *  buf,
int  bufsize 
)

Definition at line 45 of file hecmw_lib_fc.c.

Here is the caller graph for this function: