亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? localename.c

?? linux下的串口工具
?? C
?? 第 1 頁 / 共 2 頁
字號:
/* Determine the current selected locale.   Copyright (C) 1995-1999, 2000-2002 Free Software Foundation, Inc.   This program is free software; you can redistribute it and/or modify it   under the terms of the GNU Library General Public License as published   by the Free Software Foundation; either version 2, or (at your option)   any later version.   This program is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU   Library General Public License for more details.   You should have received a copy of the GNU Library General Public   License along with this program; if not, write to the Free Software   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,   USA.  *//* Written by Ulrich Drepper <drepper@gnu.org>, 1995.  *//* Win32 code written by Tor Lillqvist <tml@iki.fi>.  */#ifdef HAVE_CONFIG_H# include <config.h>#endif#include <stdlib.h>#include <locale.h>#if defined _WIN32 || defined __WIN32__# undef WIN32   /* avoid warning on mingw32 */# define WIN32#endif#ifdef WIN32# define WIN32_LEAN_AND_MEAN# include <windows.h>/* Mingw headers don't have latest language and sublanguage codes.  */# ifndef LANG_AFRIKAANS# define LANG_AFRIKAANS 0x36# endif# ifndef LANG_ALBANIAN# define LANG_ALBANIAN 0x1c# endif# ifndef LANG_ARABIC# define LANG_ARABIC 0x01# endif# ifndef LANG_ARMENIAN# define LANG_ARMENIAN 0x2b# endif# ifndef LANG_ASSAMESE# define LANG_ASSAMESE 0x4d# endif# ifndef LANG_AZERI# define LANG_AZERI 0x2c# endif# ifndef LANG_BASQUE# define LANG_BASQUE 0x2d# endif# ifndef LANG_BELARUSIAN# define LANG_BELARUSIAN 0x23# endif# ifndef LANG_BENGALI# define LANG_BENGALI 0x45# endif# ifndef LANG_CATALAN# define LANG_CATALAN 0x03# endif# ifndef LANG_DIVEHI# define LANG_DIVEHI 0x65# endif# ifndef LANG_ESTONIAN# define LANG_ESTONIAN 0x25# endif# ifndef LANG_FAEROESE# define LANG_FAEROESE 0x38# endif# ifndef LANG_FARSI# define LANG_FARSI 0x29# endif# ifndef LANG_GALICIAN# define LANG_GALICIAN 0x56# endif# ifndef LANG_GEORGIAN# define LANG_GEORGIAN 0x37# endif# ifndef LANG_GUJARATI# define LANG_GUJARATI 0x47# endif# ifndef LANG_HEBREW# define LANG_HEBREW 0x0d# endif# ifndef LANG_HINDI# define LANG_HINDI 0x39# endif# ifndef LANG_INDONESIAN# define LANG_INDONESIAN 0x21# endif# ifndef LANG_KANNADA# define LANG_KANNADA 0x4b# endif# ifndef LANG_KASHMIRI# define LANG_KASHMIRI 0x60# endif# ifndef LANG_KAZAK# define LANG_KAZAK 0x3f# endif# ifndef LANG_KONKANI# define LANG_KONKANI 0x57# endif# ifndef LANG_KYRGYZ# define LANG_KYRGYZ 0x40# endif# ifndef LANG_LATVIAN# define LANG_LATVIAN 0x26# endif# ifndef LANG_LITHUANIAN# define LANG_LITHUANIAN 0x27# endif# ifndef LANG_MACEDONIAN# define LANG_MACEDONIAN 0x2f# endif# ifndef LANG_MALAY# define LANG_MALAY 0x3e# endif# ifndef LANG_MALAYALAM# define LANG_MALAYALAM 0x4c# endif# ifndef LANG_MANIPURI# define LANG_MANIPURI 0x58# endif# ifndef LANG_MARATHI# define LANG_MARATHI 0x4e# endif# ifndef LANG_MONGOLIAN# define LANG_MONGOLIAN 0x50# endif# ifndef LANG_NEPALI# define LANG_NEPALI 0x61# endif# ifndef LANG_ORIYA# define LANG_ORIYA 0x48# endif# ifndef LANG_PUNJABI# define LANG_PUNJABI 0x46# endif# ifndef LANG_SANSKRIT# define LANG_SANSKRIT 0x4f# endif# ifndef LANG_SERBIAN# define LANG_SERBIAN 0x1a# endif# ifndef LANG_SINDHI# define LANG_SINDHI 0x59# endif# ifndef LANG_SLOVAK# define LANG_SLOVAK 0x1b# endif# ifndef LANG_SORBIAN# define LANG_SORBIAN 0x2e# endif# ifndef LANG_SWAHILI# define LANG_SWAHILI 0x41# endif# ifndef LANG_SYRIAC# define LANG_SYRIAC 0x5a# endif# ifndef LANG_TAMIL# define LANG_TAMIL 0x49# endif# ifndef LANG_TATAR# define LANG_TATAR 0x44# endif# ifndef LANG_TELUGU# define LANG_TELUGU 0x4a# endif# ifndef LANG_THAI# define LANG_THAI 0x1e# endif# ifndef LANG_UKRAINIAN# define LANG_UKRAINIAN 0x22# endif# ifndef LANG_URDU# define LANG_URDU 0x20# endif# ifndef LANG_UZBEK# define LANG_UZBEK 0x43# endif# ifndef LANG_VIETNAMESE# define LANG_VIETNAMESE 0x2a# endif# ifndef SUBLANG_ARABIC_SAUDI_ARABIA# define SUBLANG_ARABIC_SAUDI_ARABIA 0x01# endif# ifndef SUBLANG_ARABIC_IRAQ# define SUBLANG_ARABIC_IRAQ 0x02# endif# ifndef SUBLANG_ARABIC_EGYPT# define SUBLANG_ARABIC_EGYPT 0x03# endif# ifndef SUBLANG_ARABIC_LIBYA# define SUBLANG_ARABIC_LIBYA 0x04# endif# ifndef SUBLANG_ARABIC_ALGERIA# define SUBLANG_ARABIC_ALGERIA 0x05# endif# ifndef SUBLANG_ARABIC_MOROCCO# define SUBLANG_ARABIC_MOROCCO 0x06# endif# ifndef SUBLANG_ARABIC_TUNISIA# define SUBLANG_ARABIC_TUNISIA 0x07# endif# ifndef SUBLANG_ARABIC_OMAN# define SUBLANG_ARABIC_OMAN 0x08# endif# ifndef SUBLANG_ARABIC_YEMEN# define SUBLANG_ARABIC_YEMEN 0x09# endif# ifndef SUBLANG_ARABIC_SYRIA# define SUBLANG_ARABIC_SYRIA 0x0a# endif# ifndef SUBLANG_ARABIC_JORDAN# define SUBLANG_ARABIC_JORDAN 0x0b# endif# ifndef SUBLANG_ARABIC_LEBANON# define SUBLANG_ARABIC_LEBANON 0x0c# endif# ifndef SUBLANG_ARABIC_KUWAIT# define SUBLANG_ARABIC_KUWAIT 0x0d# endif# ifndef SUBLANG_ARABIC_UAE# define SUBLANG_ARABIC_UAE 0x0e# endif# ifndef SUBLANG_ARABIC_BAHRAIN# define SUBLANG_ARABIC_BAHRAIN 0x0f# endif# ifndef SUBLANG_ARABIC_QATAR# define SUBLANG_ARABIC_QATAR 0x10# endif# ifndef SUBLANG_AZERI_LATIN# define SUBLANG_AZERI_LATIN 0x01# endif# ifndef SUBLANG_AZERI_CYRILLIC# define SUBLANG_AZERI_CYRILLIC 0x02# endif# ifndef SUBLANG_CHINESE_MACAU# define SUBLANG_CHINESE_MACAU 0x05# endif# ifndef SUBLANG_ENGLISH_SOUTH_AFRICA# define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07# endif# ifndef SUBLANG_ENGLISH_JAMAICA# define SUBLANG_ENGLISH_JAMAICA 0x08# endif# ifndef SUBLANG_ENGLISH_CARIBBEAN# define SUBLANG_ENGLISH_CARIBBEAN 0x09# endif# ifndef SUBLANG_ENGLISH_BELIZE# define SUBLANG_ENGLISH_BELIZE 0x0a# endif# ifndef SUBLANG_ENGLISH_TRINIDAD# define SUBLANG_ENGLISH_TRINIDAD 0x0b# endif# ifndef SUBLANG_ENGLISH_ZIMBABWE# define SUBLANG_ENGLISH_ZIMBABWE 0x0c# endif# ifndef SUBLANG_ENGLISH_PHILIPPINES# define SUBLANG_ENGLISH_PHILIPPINES 0x0d# endif# ifndef SUBLANG_FRENCH_LUXEMBOURG# define SUBLANG_FRENCH_LUXEMBOURG 0x05# endif# ifndef SUBLANG_FRENCH_MONACO# define SUBLANG_FRENCH_MONACO 0x06# endif# ifndef SUBLANG_GERMAN_LUXEMBOURG# define SUBLANG_GERMAN_LUXEMBOURG 0x04# endif# ifndef SUBLANG_GERMAN_LIECHTENSTEIN# define SUBLANG_GERMAN_LIECHTENSTEIN 0x05# endif# ifndef SUBLANG_KASHMIRI_INDIA# define SUBLANG_KASHMIRI_INDIA 0x02# endif# ifndef SUBLANG_MALAY_MALAYSIA# define SUBLANG_MALAY_MALAYSIA 0x01# endif# ifndef SUBLANG_MALAY_BRUNEI_DARUSSALAM# define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02# endif# ifndef SUBLANG_NEPALI_INDIA# define SUBLANG_NEPALI_INDIA 0x02# endif# ifndef SUBLANG_SERBIAN_LATIN# define SUBLANG_SERBIAN_LATIN 0x02# endif# ifndef SUBLANG_SERBIAN_CYRILLIC# define SUBLANG_SERBIAN_CYRILLIC 0x03# endif# ifndef SUBLANG_SPANISH_GUATEMALA# define SUBLANG_SPANISH_GUATEMALA 0x04# endif# ifndef SUBLANG_SPANISH_COSTA_RICA# define SUBLANG_SPANISH_COSTA_RICA 0x05# endif# ifndef SUBLANG_SPANISH_PANAMA# define SUBLANG_SPANISH_PANAMA 0x06# endif# ifndef SUBLANG_SPANISH_DOMINICAN_REPUBLIC# define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07# endif# ifndef SUBLANG_SPANISH_VENEZUELA# define SUBLANG_SPANISH_VENEZUELA 0x08# endif# ifndef SUBLANG_SPANISH_COLOMBIA# define SUBLANG_SPANISH_COLOMBIA 0x09# endif# ifndef SUBLANG_SPANISH_PERU# define SUBLANG_SPANISH_PERU 0x0a# endif# ifndef SUBLANG_SPANISH_ARGENTINA# define SUBLANG_SPANISH_ARGENTINA 0x0b# endif# ifndef SUBLANG_SPANISH_ECUADOR# define SUBLANG_SPANISH_ECUADOR 0x0c# endif# ifndef SUBLANG_SPANISH_CHILE# define SUBLANG_SPANISH_CHILE 0x0d# endif# ifndef SUBLANG_SPANISH_URUGUAY# define SUBLANG_SPANISH_URUGUAY 0x0e# endif# ifndef SUBLANG_SPANISH_PARAGUAY# define SUBLANG_SPANISH_PARAGUAY 0x0f# endif# ifndef SUBLANG_SPANISH_BOLIVIA# define SUBLANG_SPANISH_BOLIVIA 0x10# endif# ifndef SUBLANG_SPANISH_EL_SALVADOR# define SUBLANG_SPANISH_EL_SALVADOR 0x11# endif# ifndef SUBLANG_SPANISH_HONDURAS# define SUBLANG_SPANISH_HONDURAS 0x12# endif# ifndef SUBLANG_SPANISH_NICARAGUA# define SUBLANG_SPANISH_NICARAGUA 0x13# endif# ifndef SUBLANG_SPANISH_PUERTO_RICO# define SUBLANG_SPANISH_PUERTO_RICO 0x14# endif# ifndef SUBLANG_SWEDISH_FINLAND# define SUBLANG_SWEDISH_FINLAND 0x02# endif# ifndef SUBLANG_URDU_PAKISTAN# define SUBLANG_URDU_PAKISTAN 0x01# endif# ifndef SUBLANG_URDU_INDIA# define SUBLANG_URDU_INDIA 0x02# endif# ifndef SUBLANG_UZBEK_LATIN# define SUBLANG_UZBEK_LATIN 0x01# endif# ifndef SUBLANG_UZBEK_CYRILLIC# define SUBLANG_UZBEK_CYRILLIC 0x02# endif#endif/* XPG3 defines the result of 'setlocale (category, NULL)' as:   "Directs 'setlocale()' to query 'category' and return the current    setting of 'local'."   However it does not specify the exact format.  Neither do SUSV2 and   ISO C 99.  So we can use this feature only on selected systems (e.g.   those using GNU C Library).  */#if defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2)# define HAVE_LOCALE_NULL#endif/* Determine the current locale's name, and canonicalize it into XPG syntax     language[_territory[.codeset]][@modifier]   The codeset part in the result is not reliable; the locale_charset()   should be used for codeset information instead.   The result must not be freed; it is statically allocated.  */const char *_nl_locale_name (category, categoryname)     int category;     const char *categoryname;{

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产乱色国产精品免费视频| 日韩在线一区二区| 日韩欧美一二三四区| 欧美日韩大陆一区二区| 在线观看视频一区二区欧美日韩| 成人精品视频一区| 成人av动漫网站| jizz一区二区| 在线国产电影不卡| 欧美日韩dvd在线观看| 欧美欧美欧美欧美首页| 制服.丝袜.亚洲.中文.综合| 69久久99精品久久久久婷婷 | 久久蜜桃av一区二区天堂| 欧美一区二区三区免费在线看 | 久久99精品一区二区三区| 老鸭窝一区二区久久精品| 韩国精品主播一区二区在线观看| 国产一区二区三区在线观看免费视频| 久久99久国产精品黄毛片色诱| 国产乱人伦偷精品视频不卡 | 亚洲在线中文字幕| 图片区小说区国产精品视频| 美女高潮久久久| 国产成人鲁色资源国产91色综| 99r国产精品| 51精品国自产在线| 久久精品免费在线观看| 亚洲同性同志一二三专区| 亚洲精品乱码久久久久久| 日韩中文字幕区一区有砖一区 | 成人一区在线观看| 色av一区二区| 久久网站最新地址| 一区二区三区在线高清| 热久久国产精品| 91亚洲精品一区二区乱码| 91精品婷婷国产综合久久性色| 久久精品一区二区三区不卡牛牛 | 国产精品入口麻豆九色| 亚洲成人精品影院| 国产成人精品免费视频网站| 欧美日韩中文字幕一区| 久久久国产精华| 亚洲成人自拍偷拍| 成人免费黄色在线| 日韩一区二区影院| 一区二区三区在线视频播放| 国产一区福利在线| 欧美日韩1区2区| 亚洲精品成人在线| 成人精品小蝌蚪| 久久青草国产手机看片福利盒子| 亚洲综合色视频| 99久久99久久精品国产片果冻| 精品人在线二区三区| 亚洲国产乱码最新视频| eeuss鲁片一区二区三区| www国产精品av| 亚洲电影激情视频网站| av福利精品导航| 国产女同性恋一区二区| 久久国产尿小便嘘嘘| 欧美喷水一区二区| 亚洲午夜在线电影| 在线视频国产一区| 亚洲欧美欧美一区二区三区| 高清不卡在线观看| 国产午夜精品理论片a级大结局 | 欧美中文字幕不卡| 亚洲免费观看高清完整版在线| 国产高清久久久久| 久久久久久免费网| 国产精品123区| 国产偷国产偷精品高清尤物| 久久成人羞羞网站| 久久综合国产精品| 国产福利不卡视频| 亚洲国产精品ⅴa在线观看| 成人午夜视频免费看| 国产三级一区二区| 成人av在线网站| 综合久久综合久久| 91久久久免费一区二区| 亚洲第一综合色| 欧美一区二区三区四区视频| 蜜桃久久久久久久| 精品处破学生在线二十三| 久久精品国产精品亚洲精品| 日韩你懂的电影在线观看| 老色鬼精品视频在线观看播放| 日韩精品专区在线| 国产精品资源在线看| 中文在线资源观看网站视频免费不卡| 大尺度一区二区| 亚洲精品成a人| 在线播放91灌醉迷j高跟美女| 午夜日韩在线电影| 欧美成人女星排行榜| 国产99一区视频免费 | 欧美图区在线视频| 免费成人av在线播放| 久久久久九九视频| 在线观看中文字幕不卡| 免费看日韩精品| 国产精品国产馆在线真实露脸 | 欧美一级久久久| 国产成人精品网址| 亚洲午夜日本在线观看| 欧美tickling网站挠脚心| 本田岬高潮一区二区三区| 亚洲国产一区在线观看| 久久综合久久综合久久综合| 99精品桃花视频在线观看| 日本欧美一区二区三区| 中文在线一区二区| 6080午夜不卡| 色综合天天综合网国产成人综合天| 日韩影视精彩在线| 日韩一区欧美一区| 26uuu亚洲综合色| 欧美三级资源在线| 丰满少妇久久久久久久| 男人操女人的视频在线观看欧美| 国产精品第一页第二页第三页| 欧美精品三级在线观看| 99久久99久久精品免费看蜜桃| 久久99国产精品久久99果冻传媒| 一区二区三区在线视频观看58| 国产日韩欧美麻豆| 日韩欧美黄色影院| 欧美人xxxx| 欧美性猛交xxxx黑人交| 99久久精品久久久久久清纯| 国产综合成人久久大片91| 亚洲va欧美va天堂v国产综合| 亚洲欧洲精品成人久久奇米网| 久久久夜色精品亚洲| 91精品国产入口在线| 欧美日韩视频在线第一区| 91看片淫黄大片一级| 成人黄色在线网站| 成人少妇影院yyyy| 丁香一区二区三区| 国产伦理精品不卡| 国产一区二区三区免费| 久久草av在线| 极品少妇一区二区三区精品视频| 午夜伦欧美伦电影理论片| 一区二区在线免费| 一区二区三区中文字幕精品精品| 日韩久久一区二区| 亚洲精品高清在线观看| 亚洲一区二区三区中文字幕在线| 亚洲精品免费一二三区| 一区二区三区免费| 亚洲午夜激情网站| 婷婷综合五月天| 日本亚洲一区二区| 成人高清av在线| 福利视频网站一区二区三区| 粉嫩嫩av羞羞动漫久久久| 国产69精品久久久久毛片| 岛国精品一区二区| 色悠悠久久综合| 欧美日韩一级片在线观看| 欧美日本一区二区三区| 91精品国产入口在线| www激情久久| 亚洲色欲色欲www| 水野朝阳av一区二区三区| 奇米色777欧美一区二区| 国产一区二区免费视频| www.在线成人| 欧美日本精品一区二区三区| 日韩午夜中文字幕| 中文字幕免费观看一区| 一区二区三区日本| 精品影院一区二区久久久| 成人sese在线| 欧美喷潮久久久xxxxx| 国产午夜精品久久| 亚洲国产视频在线| 国产真实乱偷精品视频免| 色综合久久久久网| 91精品国产一区二区| 国产精品网友自拍| 日日夜夜免费精品| 不卡的电视剧免费网站有什么| 欧美日韩国产小视频| 国产欧美日韩精品一区| 亚洲国产精品久久艾草纯爱| 国产在线日韩欧美| 91黄色免费版| 国产日韩v精品一区二区| 亚洲专区一二三| 成人亚洲一区二区一| 日韩欧美不卡一区| 亚洲国产精品一区二区www在线| 国产一区激情在线|