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 <l525peFqgibU10@mid.individual.net>
Deutsch   English   Français   Italiano  
<l525peFqgibU10@mid.individual.net>

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

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!news.in-chemnitz.de!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: OT programming challenge: fastest/best/shortest C program to
 jumble a sentence, then restore it
Date: 9 Mar 2024 04:10:22 GMT
Lines: 7
Message-ID: <l525peFqgibU10@mid.individual.net>
References: <65e9cad3$0$4689$882e4bbb@reader.netnews.com>
	<l4ufsbF9kdnU4@mid.individual.net> <usf2m9$1n0jh$2@dont-email.me>
	<l518d6FmepqU1@mid.individual.net> <usfs1a$1svs6$1@dont-email.me>
	<l520v9FqgibU5@mid.individual.net> <usgjeh$1rnlb$2@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net TZj6/SyS+6Lm2WaE0f6ZXgK+124XwzFsD0Frj8nbVT6LYyiWse
Cancel-Lock: sha1:didfK/59r+wU+iLX4zkDkWSchkU= sha256:LDhdU/i643VvlJyrvtEHam+QPcS4DCSeutpA7vN/ihM=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 1266

On Sat, 9 Mar 2024 03:01:37 -0000 (UTC), vallor wrote:

> What about:
> char sentence[] = "Once you try it, you'll see it doesn't need spice.";

That would work for C99 since there isn't a strdup(). In this case, no 
problem.