stdlib.h revision c90e13620d230b7e730878150ad468aac188ba0c
2N/A/** @file
2N/A * innotek Portable Runtime / No-CRT - Our minimal stdlib.h.
2N/A */
2N/A
2N/A/*
2N/A * Copyright (C) 2006-2007 innotek GmbH
2N/A *
2N/A * This file is part of VirtualBox Open Source Edition (OSE), as
2N/A * available from http://www.virtualbox.org. This file is free software;
2N/A * you can redistribute it and/or modify it under the terms of the GNU
2N/A * General Public License as published by the Free Software Foundation,
2N/A * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
2N/A * distribution. VirtualBox OSE is distributed in the hope that it will
2N/A * be useful, but WITHOUT ANY WARRANTY of any kind.
2N/A *
2N/A * If you received this file as part of a commercial VirtualBox
2N/A * distribution, then only the terms of your commercial VirtualBox
2N/A * license agreement apply instead of the previous paragraph.
2N/A */
2N/A
2N/A#ifndef ___iprt_nocrt_stdlib_h
2N/A#define ___iprt_nocrt_stdlib_h
2N/A
2N/A#include <iprt/types.h>
2N/A
2N/A__BEGIN_DECLS
2N/A
2N/A
2N/A__END_DECLS
2N/A
2N/A#endif
2N/A