mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
7 lines
115 B
C
7 lines
115 B
C
/* intl.c - internationalization */
|
|
|
|
#include "gansidecl.h"
|
|
#include "intl.h"
|
|
|
|
const char localedir[] = LOCALEDIR;
|