Deutsch English Français Italiano |
<vmpgui$hk8l$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Thiago Adams <thiago.adams@gmail.com> Newsgroups: comp.lang.c Subject: What is __STDC_HOSTED__ ? Date: Tue, 21 Jan 2025 22:17:06 -0300 Organization: A noiseless patient Spider Lines: 8 Message-ID: <vmpgui$hk8l$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 22 Jan 2025 02:17:06 +0100 (CET) Injection-Info: dont-email.me; posting-host="50eb345c3ddfba260fbc8c3a848b3282"; logging-data="577813"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/fmwKExnhBcBhhBlsNIl6tiP8IZfb1ToY=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:8JYmCDRwnX64rF/WjymdGbjBF6E= Content-Language: en-GB Bytes: 1110 standard says "__STDC_HOSTED__ The integer constant 1 if the implementation is a hosted implementation or the integer constant 0 if it is not." What is a hosted implementation?