Connecting Tech Pros Worldwide Forums | Help | Site Map

cross-platform c9x

Jordan Abel
Guest
 
Posts: n/a
#1: Dec 28 '05
I came across a website with cross-platform c89-ish implementations of
some of the c99 headers [stdint, inttypes, stdbool, and so on] - and was
wondering where that was - i searched for it recently and couldn't find
it (mainly because i forgot who wrote it / what it was called / etc)

Keith Thompson
Guest
 
Posts: n/a
#2: Dec 29 '05

re: cross-platform c9x


Jordan Abel <random832@gmail.com> writes:[color=blue]
> I came across a website with cross-platform c89-ish implementations of
> some of the c99 headers [stdint, inttypes, stdbool, and so on] - and was
> wondering where that was - i searched for it recently and couldn't find
> it (mainly because i forgot who wrote it / what it was called / etc)[/color]

Sounds like Doug Gwyn's q8, <http://www.lysator.liu.se/c/q8/>.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jordan Abel
Guest
 
Posts: n/a
#3: Jan 1 '06

re: cross-platform c9x


On 2005-12-29, Keith Thompson <kst-u@mib.org> wrote:[color=blue]
> Jordan Abel <random832@gmail.com> writes:[color=green]
>> I came across a website with cross-platform c89-ish implementations of
>> some of the c99 headers [stdint, inttypes, stdbool, and so on] - and was
>> wondering where that was - i searched for it recently and couldn't find
>> it (mainly because i forgot who wrote it / what it was called / etc)[/color]
>
> Sounds like Doug Gwyn's q8, <http://www.lysator.liu.se/c/q8/>.[/color]

Thanks - that's the one i was thinking of.
Closed Thread