From: Anton K. <as...@ma...> - 2007-12-08 23:33:14
|
Hello Brian. > Both GGNFS and MSIEVE adhere to the C90 standard, not the C99 > standard. I really think it's pretty good practise to use C90 with some bits from C99. Imho, stdint.h is pretty useful feature and we should definitely use it (we already have something homegrown like this in GGNFS). We can surely provide necessary bits to support compilers which don't have it. I saw many compilers, which being non-C99, surprisingly have stdint.h PS: Let's move to ggnfs-devel -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University. |