X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Flocale.h;h=59fd642415194c8c9ec0efc15a5f1c2a6ce69d91;hp=e16b075efeba252f7ea0d3dd9d828c271c32bf9e;hb=ac3f809c3c10347c110fac3db93af0954eda98bb;hpb=8b8277d2940a8745f85d86a9af3ad6970b5fa52c diff --git a/includes/locale.h b/includes/locale.h index e16b075..59fd642 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -4,8 +4,7 @@ // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// Provides information on locale specifics as well as a function to change the -// active locale to something else but the startup default "C". +// Localization // ---------------------------------------------------------------------------- #ifndef __LOCALE_H