1 2 3 4 5 6
#ifndef __TEMPLATE_H #define __TEMPLATE_H void template_initialize(char **base_pre, char **base_post); #endif