purge remaining gpl code from clib, and make clib build again
[tangerine.git] / compiler / clib / localeconv.c
blob54dbc69f7bd8a0b59a35881dd88412f2796fd153
1 /*
2 Copyright © 2006, The AROS Development Team. All rights reserved.
3 $Id$
5 ANSI C / POSIX function localeconv().
6 */
8 #include <aros/debug.h>
10 /*****************************************************************************
12 NAME */
13 #include <locale.h>
15 struct lconv *localeconv(void)
17 /* SYNOPSIS */
19 /* FUNCTION
21 INPUTS
23 RESULT
25 NOTES
27 EXAMPLE
29 BUGS
31 SEE ALSO
33 INTERNALS
35 ******************************************************************************/
37 # warning Implement localeconv()
38 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
40 return NULL;
41 } /* localeconv() */