use <cstdlib> instead of <stdlib.h>

to use definitions in the std namespace
This commit is contained in:
Bradley Bell 2015-03-21 13:14:13 -07:00
parent 0586714abb
commit 51e9dfc938

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>