blob: 9a0dfd0a388a4d1c85473bbd8b19e599043e3c8c [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <malloc.h>
static void * __cdecl emu__aligned_offset_malloc(size_t size, size_t alignment, size_t offset)
{
return __mingw_aligned_offset_malloc(size, alignment, offset);
}
#define RETT void *
#define FUNC _aligned_offset_malloc
#define ARGS size_t size, size_t alignment, size_t offset
#define CALL size, alignment, offset
#include "msvcrt_or_emu_glue.h"