Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v3kk9u$3u6ae$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v3kk9u$3u6ae$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bart <bc@freeuk.com>
Newsgroups: comp.lang.c
Subject: Re: Writing own source disk
Date: Mon, 3 Jun 2024 15:34:39 +0100
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <v3kk9u$3u6ae$1@dont-email.me>
References: <v3hmha$3banl$1@dont-email.me> <87sexvm1lr.fsf@bsb.me.uk>
 <v3iu4n$3i607$1@dont-email.me> <87mso2mky5.fsf@bsb.me.uk>
 <v3k49t$3rdhi$1@dont-email.me> <87bk4ime5r.fsf@bsb.me.uk>
 <v3kde3$3stdb$1@dont-email.me> <87ttiaku5s.fsf@bsb.me.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 03 Jun 2024 16:34:38 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d2cae1aa4235874fd2214b538c145732";
	logging-data="4135246"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18u/dl/UsEzPmO1rHgi6fQ0"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:yqfr4YHV5UUvvY/u/Nj2CnYoTbs=
In-Reply-To: <87ttiaku5s.fsf@bsb.me.uk>
Content-Language: en-GB
Bytes: 2022

On 03/06/2024 14:55, Ben Bacarisse wrote:
> bart <bc@freeuk.com> writes:

>>>>     puts(strinclude(__FILE__));
>>>
>>> I think I'm missing your point.  That does input at run-time (if my
>>> guess about strinclude is correct).
>>
>> 'strinclude' is the equivalent of #embed.
> 
> So this is not C.  In comp.lang.c, when a line is very C-like, the fact
> that it's not C should be flagged.

I mentioned that particular extension of mine quite a few times in the 
thread. And here I said it was processed with my 'bcc' compiler, after 
I'd also mentioned my version of #embed, both in connection with __FILE__.

So, it's not standard C, but I'd normally say 'not C' for examples like 
this:

    print strinclude($filename)

(At the moment I have one practical C compiler that supports 
'strinclude', but zero that support #embed.)