Source/RAVEInfoMain.c

/*
 * RAVEInfoMain.c
 */
 
#include "RAVEInfo.h"
 
int main(void)
{
    RAVEGestaltInfo();
 
    return 0;
}