Robotran C Documentation
read_files.h
Go to the documentation of this file.
1 
7 #ifndef __READ_FILES_H_
8 #define __READ_FILES_H_
9 
10 #include <stdio.h>
11 
26 int mbs_getlinesize(FILE *stream);
27 
48 int get_file_nb_lines_col(FILE *fp, int *n_line, int *max_width);
49 #endif
norm_vector
double norm_vector(double *v, int n)
Definition: norm.c:12
mbs_getlinesize
int mbs_getlinesize(FILE *stream)
Compute the line length.
Definition: read_files.c:13
norminf_vector
double norminf_vector(double *v, int n)
Definition: norm.c:22
get_file_nb_lines_col
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
mbs_getlinesize
int mbs_getlinesize(FILE *stream)
Compute the line length.
Definition: read_files.c:13
read_files.h
Declare reading text file related functions.
mbs_msg
void mbs_msg(char *msg,...)
Send a message.
Definition: mbs_message.c:76
get_file_nb_lines_col
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
command_LMGC_MBS.norm
string norm
Definition: command_LMGC_MBS.py:414
mbs_message.h
mbs_warning_msg
void mbs_warning_msg(char *msg,...)
Send a warning message.
Definition: mbs_message.c:89