|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: % stdout?
From: Andy Hayward (ach1000
gmail.com)
Date: Thu Nov 09 2006 - 11:16:01 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/9/06, Cassio B. Caporal <cassio
ostec.com.br> wrote:
> I have problems to print '%' in stdout... Suppose code below:
Use:
fprintf(stdout, "%s", foo);
This is mentioned in the man page for fprintf.
-- ach
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]