#ifndef __SKETCH_h__ #define __SKETCH_h__ #ifdef __cplusplus extern "C" #endif int color_rgb_from_string (const char *r, const char *g, const char *b); #endif