Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison macro.c @ 33:a5acb7049e4c
need stdint.h for uint16_t
author | David A. Holland |
---|---|
date | Sat, 01 Jan 2011 23:28:41 -0500 |
parents | 76c114899f63 |
children | b156910b59b2 |
comparison
equal
deleted
inserted
replaced
32:b81ddd969691 | 33:a5acb7049e4c |
---|---|
25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
27 * POSSIBILITY OF SUCH DAMAGE. | 27 * POSSIBILITY OF SUCH DAMAGE. |
28 */ | 28 */ |
29 | 29 |
30 #include <stdint.h> | |
30 #include <stdlib.h> | 31 #include <stdlib.h> |
31 #include <string.h> | 32 #include <string.h> |
32 | 33 |
33 #include "array.h" | 34 #include "array.h" |
34 #include "mode.h" | 35 #include "mode.h" |