1 2 3 4 5 6 7 8
#ifndef _WINDOW_H_ #define _WINDOW_H_ /* function prototypes */ void window_resize(int, int); #endif