Added documentation for statgen

This commit is contained in:
arcan1s
2013-07-27 23:38:42 +04:00
parent f2ec8c6580
commit 1af86034e7
54 changed files with 3953 additions and 308 deletions

7
envir/src/print_struct.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef PRINT_STRUCTURE_H
#define PRINT_STRUCTURE_H
int print_structure (const char *, const int, const int *, const int, const int *,
const char *, const float *);
#endif /* PRINT_STRUCTURE_H */