Skip to content
Snippets Groups Projects
Commit 0be9eeeb authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

A better fix for error: "<malloc.h> has been replaced by <stdlib.h>"

parent ab1223f4
Branches
Tags
No related merge requests found
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(_WIN32) && !defined(_MSC_VER)
#include <malloc.h>
#endif
#if !defined _MSC_VER && !defined __BORLANDC__
char* itoa(int val, char* str, int radix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment