use <cstdlib> instead of <stdlib.h>

to use definitions in the std namespace
This commit is contained in:
Bradley Bell 2015-03-25 17:07:43 -07:00
parent 732b06e637
commit 45c898f5ab

View file

@ -24,7 +24,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*/
#include <stdio.h>
#include <stdlib.h>
#include <cstdlib>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>