Reorganization

This commit is contained in:
arcan1s
2013-08-24 23:33:26 +04:00
parent e0017f8ebf
commit d50eaeada6
187 changed files with 64 additions and 53 deletions

View File

@ -0,0 +1,14 @@
/**
* @file
*/
#ifndef ENVIR_SEARCH_H
#define ENVIR_SEARCH_H
/**
* @fn search_envir
*/
int search_envir (const int, const int, const float *, const double, int *, int *);
#endif /* ENVIR_SEARCH_H */