[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Library other than freestanding implementation
From: |
Evan Langlois |
Subject: |
Re: [Tinycc-devel] Library other than freestanding implementation |
Date: |
Fri, 13 Jan 2006 20:45:27 -0600 |
On Sat, 2006-01-14 at 00:16 +0900, Bluewater Silver wrote:
> Hi all.
>
> I'm just curious that is there any full set of library headers
> for tcc (whether it's based on C89,90,94,95,99) made before
> because if it's not then I'm thingking about to write one
> (C89 or C90 just simple function declaring headers only ; - ) ).
Why aren't you using the headers and libraries you used to compile TCC with?
You didn't mention what platform you are on either, and any C library
will be dependant on the platform, and your headers must match the
library. You use the headers that come with the library.