00001 /************************************************************************************************/ 00002 /*! \file faketoupper.c 00003 * \brief Code needed for a temporary fix to make the linker happy. Change this!!!! 00004 * \author $Author: shoemaker $ 00005 * \version $Revision: 1.1 $ 00006 * \date $Date: 2004/03/29 17:52:43 $ 00007 ************************************************************************************************/ 00008 /*! 00009 * 00010 ************************************************************************************************/ 00011 00012 int __ctype_toupper() 00013 { 00014 printf("ERROR: FIX THIS CODE!!!" __FILE__ ": (%d)\n", __LINE__); 00015 return -1; 00016 } 00017 00018 // Do not change the comments below - they will be added automatically by CVS 00019 /***************************************************************************** 00020 * $Log: faketoupper.c,v $ 00021 * Revision 1.1 2004/03/29 17:52:43 shoemaker 00022 * Initial submission of this temporary code. Fix thiscvs add faketoupper.ccvs add faketoupper.c! 00023 * 00024 * 00025 ******************************************************************************/ 00026