/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #include #include int (tolower)(int c) { return tolower(c); }