cptaffe / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

No standard stdint.h or inttypes.h #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by mrullgard@gmail.com on 21 Oct 2012 at 12:19

Attachments:

GoogleCodeExporter commented 9 years ago
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... 

Original comment by Johannaw...@gmail.com on 31 Jan 2015 at 12:22