public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@redhat.com>
To: Antony Sakellariou <vansak@otenet.gr>
Cc: gcc-help@gcc.gnu.org
Subject: Re: How I can execute the clear screen command in C/GCC source code??]
Date: Mon, 11 Dec 2000 07:36:00 -0000	[thread overview]
Message-ID: <orvgsrgecb.fsf@guarana.lsd.ic.unicamp.br> (raw)
In-Reply-To: <3A32048D.8D1132FD@otenet.gr>

On Dec  9, 2000, Antony Sakellariou <vansak@otenet.gr> wrote:

> As gcc don't support void clrsrc()

Sure it does.  As long as you link with some library that supplies
the definition of this function :-)

GCC doesn't contain a C library, it's just a compiler.  It's up to the
OS to offer a C library; if the functionality is missing in the OS's C
library, because it's supposed to be a Standard-compliant C library
(and clrstr() isn't part of the C Standard library), then you have to
find some utility library that implements this function, or some
similar functionality under a different name.  Try termcap, curses or
ncurses.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

      reply	other threads:[~2000-12-11  7:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-09  2:09 Antony Sakellariou
2000-12-11  7:36 ` Alexandre Oliva [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=orvgsrgecb.fsf@guarana.lsd.ic.unicamp.br \
    --to=aoliva@redhat.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=vansak@otenet.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).