home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / c / vbcc / machines / amiga68k / libsrc / locale / setlocale.c < prev   
Encoding:
C/C++ Source or Header  |  1997-12-30  |  84 b   |  8 lines

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