Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/C-OSD/arducam-osd/libraries/MemoryFree/MemoryFree.h
0,0 → 1,17
// memoryFree header
 
#ifndef MEMORY_FREE_H
#define MEMORY_FREE_H
 
#ifdef __cplusplus
extern "C" {
#endif
 
int freeMem();
 
#ifdef __cplusplus
}
#endif
 
#endif