#ifndef INFO_H #define INFO_H #include void ShowInfo(String name, String *values, int length); #endif .