#ifndef SCHACH #define SCHACH void print_Schachfeld(char** , int , int ); char** create_Schachfeld(int , int ); void free_Schachfeld(char** , int ); #endif