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

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

parent 26530929
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #666 passed
#include <stdio.h> #include <stdio.h>
#include <malloc.h>
#include <string.h> #include <string.h>
#if defined(_WIN32) && !defined(_MSC_VER)
#include <malloc.h>
#endif
#if !defined _MSC_VER && !defined __BORLANDC__ #if !defined _MSC_VER && !defined __BORLANDC__
char* itoa(int val, char* str, int radix) 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