blob: eb419a92605965956b40199db6145b3146ea4728 [file] [log] [blame]
#include "libc.h"
#include "locale_impl.h"
#include <locale.h>
const char* __lctrans_cur(const char* msg) {
return __lctrans(msg, CURRENT_LOCALE->cat[LC_MESSAGES]);
}