(FILE*  file,  int** matrix,  int rows,
  int columns,  char* tab,  char* separator,
  char* ending)
 Writes an integer matrix (without parenthesis).
Documentation
Writes an integer matrix (without parenthesis).
- Parameters:
- file - :       output file
 matrix - :     matrix to write
 rows - :       number of rows
 columns - :    number of columns
 tab - :        format: leading tabs
 separator - :  format: separator for columns
 ending - :     format: end of a row
 
Alphabetic index
This page was generated with the help of DOC++.