ram_util.h
Go to the documentation of this file.
1 /******************************************************************************/
35 /******************************************************************************/
36 
37 #if !defined(RAMUTIL_H_)
38 #define RAMUTIL_H_
39 
40 int
41 free_ram(
42 );
43 
44 #endif /* RAMUTIL_H_ */
int free_ram()
Definition: ram_util.c:40