#ifndef _STARS_H #define _STARS_H #include "fb.h" void stars(fb_fragment_t *fragment); #endif