2 Copyright © 2004, The AROS Development Team. All rights reserved.
5 ISO/ANSI C function mblen().
8 #include <aros/debug.h>
13 size_t mblen(const char *s
, size_t n
)
15 # warning Implement mblen() properly
16 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");