index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
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
);
}