Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.apps > #769
| From | Tauno Voipio <tauno.voipio@notused.fi.invalid> |
|---|---|
| Newsgroups | comp.os.linux.development.apps |
| Subject | Re: Printing from a C program in linux |
| Date | 2015-01-13 17:28 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <m93dhc$b7l$1@dont-email.me> (permalink) |
| References | <B79FD1EF.4922%jenco@wol.be> <fab8e3f2-b94b-484b-8d42-303c6ef86b23@googlegroups.com> <m92ehc$7bu$3@gonzo.reversiblemaps.ath.cx> |
On 13.1.15 08:38, Jasen Betts wrote:
> On 2015-01-12, mtkhusro92@gmail.com <mtkhusro92@gmail.com> wrote:
>> On Tuesday, 14 August 2001 22:14:45 UTC-7, Jenco wrote:
>>> Hi,
>>>
>>> I'm making a program in C for linux but an important thing i can't find in
>>> my books is how to print from your C program
>>>
>>> any hint,link or tutorial is welcome
>>>
>>> thaaaaaaaaaaaaaaaaanx Marco
>>
>> any help?
>>
>
> popen('lpr','w');
Please pay attention to the quotes in C:
> popen("lpr","w");
--
-TV
Back to comp.os.linux.development.apps | Previous | Next — Previous in thread | Find similar
Re: Printing from a C program in linux mtkhusro92@gmail.com - 2015-01-12 05:48 -0800
Re: Printing from a C program in linux Jan Panteltje <panteltje@yahoo.com> - 2015-01-12 14:33 +0000
Re: Printing from a C program in linux floyd@apaflo.com (Floyd L. Davidson) - 2015-01-12 05:34 -0900
Re: Printing from a C program in linux Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2015-01-12 10:56 -0500
Re: Printing from a C program in linux Jasen Betts <jasen@xnet.co.nz> - 2015-01-13 06:38 +0000
Re: Printing from a C program in linux Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2015-01-13 17:28 +0200
csiph-web