home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / locale / setlocale.c < prev   
Encoding:
C/C++ Source or Header  |  1995-10-20  |  84 b   |  8 lines

  1. #include <locale.h>
  2.  
  3. char *setlocale(int mode,const char *name)
  4. {
  5.     return(0);
  6. }
  7.  
  8.