|
Robotran C Documentation
|
Go to the documentation of this file.
7 #ifndef __READ_FILES_H_
8 #define __READ_FILES_H_
double norm_vector(double *v, int n)
Definition: norm.c:12
int mbs_getlinesize(FILE *stream)
Compute the line length.
Definition: read_files.c:13
double norminf_vector(double *v, int n)
Definition: norm.c:22
int get_file_nb_lines_col(FILE *fp, int *n_line, int *max_width)
Return the number of line and the max line width in remainder of the file.
Definition: read_files.c:32
int mbs_getlinesize(FILE *stream)
Compute the line length.
Definition: read_files.c:13
Declare reading text file related functions.
void mbs_msg(char *msg,...)
Send a message.
Definition: mbs_message.c:76
int get_file_nb_lines_col(FILE *fp, int *n_line, int *max_width)
Return the number of line and the max line width in remainder of the file.
Definition: read_files.c:32
string norm
Definition: command_LMGC_MBS.py:414
void mbs_warning_msg(char *msg,...)
Send a warning message.
Definition: mbs_message.c:89