#ifndef MAINDEFS_H #define MAINDEFS_H 1 int makepathname(char *src, char *dst); void start_lisp(void); void print_info_lines(void); #endif