1*14b179f1Sjoerg /* $NetBSD: generic_lc_template_decl.h,v 1.4 2013/04/14 23:30:16 joerg Exp $ */ 252ed7b03Stnozaki 352ed7b03Stnozaki /*- 452ed7b03Stnozaki * Copyright (c)2008 Citrus Project, 552ed7b03Stnozaki * All rights reserved. 652ed7b03Stnozaki * 752ed7b03Stnozaki * Redistribution and use in source and binary forms, with or without 852ed7b03Stnozaki * modification, are permitted provided that the following conditions 952ed7b03Stnozaki * are met: 1052ed7b03Stnozaki * 1. Redistributions of source code must retain the above copyright 1152ed7b03Stnozaki * notice, this list of conditions and the following disclaimer. 1252ed7b03Stnozaki * 2. Redistributions in binary form must reproduce the above copyright 1352ed7b03Stnozaki * notice, this list of conditions and the following disclaimer in the 1452ed7b03Stnozaki * documentation and/or other materials provided with the distribution. 1552ed7b03Stnozaki * 1652ed7b03Stnozaki * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1752ed7b03Stnozaki * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1852ed7b03Stnozaki * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1952ed7b03Stnozaki * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 2052ed7b03Stnozaki * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2152ed7b03Stnozaki * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2252ed7b03Stnozaki * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2352ed7b03Stnozaki * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2452ed7b03Stnozaki * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2552ed7b03Stnozaki * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2652ed7b03Stnozaki * SUCH DAMAGE. 2752ed7b03Stnozaki */ 2852ed7b03Stnozaki 2952ed7b03Stnozaki #ifndef _GENERIC_LC_TEMPLATE_DECL_H_ 3052ed7b03Stnozaki #define _GENERIC_LC_TEMPLATE_DECL_H_ 3152ed7b03Stnozaki 322f142eb3Stnozaki const char * _PREFIX(setlocale)(const char * __restrict, 33*14b179f1Sjoerg struct _locale * __restrict); 3452ed7b03Stnozaki 3552ed7b03Stnozaki #endif /*_GENERIC_LC_TEMPLATE_DECL_H_*/ 36