index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
/
freelocale.c
blob: 4e089f223b9c95f1013cb762eed6299a0574128f (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdlib.h> #include "locale_impl.h" void freelocale(locale_t l) { free(l); }