annotate modules/nl_langinfo @ 12430:235cc0b78f8a

New module 'nl_langinfo'.
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Dec 2009 20:09:02 +0100
parents
children 602d53045ee7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12430
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 nl_langinfo() function: query locale dependent information.
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/nl_langinfo.c
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/nl_langinfo.m4
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 langinfo
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_FUNC_NL_LANGINFO
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 <langinfo.h>
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 LGPL
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
235cc0b78f8a New module 'nl_langinfo'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible