[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 16 bit ints ..
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 20 May 2003 20:16:28 -0300
>Should some pieces of Lua such as the instruction size shift to using
>stdint.h?
stdint.h is part of C99 but not of C89, which is the ANSI C Lua uses.
--lhf