Export to GitHub

plan9front - issue #152

No standard stdint.h or inttypes.h


Posted on Oct 21, 2012 by Helpful Elephant

The stdint.h and inttypes.h headers as required by the C standard are nowhere to be found, in ape or elsewhere. This makes compiling modern Unix software harder than it needs to be. The attached files, based on BSD headers, should be suitable on most architectures.

Attachments

Comment #1

Posted on Jan 31, 2015 by Grumpy Panda

how very un-plan9-ish... these object oriented concepts were discarded by design, try finding a way to use files, everything is a file. maybe build a wrapper which creates the files based on types defined by stdint so that it functions similarly...

Status: BasiclySound

Labels:
Type-Other Priority-Low