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

Resolve FreeBSD error: "<malloc.h> has been replaced by <stdlib.h>"

parent 69e36bb0
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include <malloc.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.
Finish editing this message first!
Please register or to comment