fwmaker embedded image maker
#ifndef __IMAGE_H #define __IMAGE_H int imageOpen(int flags); void imageClose(); #endif