~mingw-w64/mingw-w64/experimental

« back to all changes in this revision

Viewing changes to langinfo/langinfo.h

  • Committer: ktietz70
  • Date: 2009-08-13 11:12:37 UTC
  • Revision ID: svn-v4:4407c894-4637-0410-b4f5-ada5f102cad1:experimental:1129
2009-08-13  Kai Tietz  <kai.tietz@onevision.com>

        * langinfo.h and nl_types.h: Moved into experimental/langinfo/ folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _LANGINFO_H
 
2
#define _LANGINFO_H
 
3
 
 
4
#include <nl_types.h>
 
5
 
 
6
char *nl_langinfo(nl_item);
 
7
 
 
8
#endif