Browse Source

international currency locale rules as per POSIX.1-2008

required for libc++
ok guenther afresh1
OPENBSD_5_6
pelikan 10 years ago
parent
commit
c78cad8ccc
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      src/include/locale.h

+ 7
- 1
src/include/locale.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: locale.h,v 1.8 2011/07/03 18:51:01 jsg Exp $ */
/* $OpenBSD: locale.h,v 1.9 2014/07/14 07:22:07 pelikan Exp $ */
/* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */
/*
@ -54,6 +54,12 @@ struct lconv {
char n_sep_by_space;
char p_sign_posn;
char n_sign_posn;
char int_p_cs_precedes;
char int_p_sep_by_space;
char int_n_cs_precedes;
char int_n_sep_by_space;
char int_p_sign_posn;
char int_n_sign_posn;
};
#ifndef NULL


Loading…
Cancel
Save