Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion request for feedback: making foreign function calls to C printf-style functions safer

Received: by 10.224.18.144 with SMTP id w16mr3843607qaa.1.1344148246053;
        Sat, 04 Aug 2012 23:30:46 -0700 (PDT)
Received: by 10.66.85.37 with SMTP id e5mr435379paz.31.1344094485348;
        Sat, 04 Aug 2012 08:34:45 -0700 (PDT)
Path: c6ni18905555qas.0!nntp.google.com!r1no18763762qas.0!news-out.google.com!g9ni7312469pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
From: julianmig...@gmail.com
Newsgroups: comp.lang.modula2
Subject: Re: request for feedback: making foreign function calls to C
 printf-style functions safer
Date: Sat, 4 Aug 2012 08:32:49 -0700 (PDT)
Organization: http://groups.google.com
Lines: 4
Message-ID: <39e7922b-142f-42d1-8e1e-98f09a19be9d@googlegroups.com>
References: <66023f48-9593-4886-84de-a15533da3508@googlegroups.com>
NNTP-Posting-Host: 5.102.4.19
Mime-Version: 1.0
X-Trace: posting.google.com 1344094485 25518 127.0.0.1 (4 Aug 2012 15:34:45 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 4 Aug 2012 15:34:45 +0000 (UTC)
In-Reply-To: <66023f48-9593-4886-84de-a15533da3508@googlegroups.com>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.102.4.19; posting-account=Aann0gkAAACcDPbx3U4KD4p5qDJBN7RG
User-Agent: G2/1.0
Bytes: 1413
Content-Type: text/plain; charset=ISO-8859-1

I think that any error or warning message that could increase the safety is always a good thing. 
Calling the printf C function from Modula-2 is useful, but programmers could use it in a wrong way, a pragma that prints an error or warning on the use of this 
particular feature is a good idea.
Julian Miglio