From d9625dff78861d6c50dbdd3e7d09568dd787b61d Mon Sep 17 00:00:00 2001 From: Boudewijn Dekker Date: Thu, 25 Feb 1999 21:02:20 +0000 Subject: [PATCH] implementation of debug assert svn path=/trunk/; revision=266 --- reactos/lib/crtdll/assert/assert.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 reactos/lib/crtdll/assert/assert.c diff --git a/reactos/lib/crtdll/assert/assert.c b/reactos/lib/crtdll/assert/assert.c new file mode 100644 index 00000000000..5e9f10f22c4 --- /dev/null +++ b/reactos/lib/crtdll/assert/assert.c @@ -0,0 +1,13 @@ +/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ +#include +#include +#include +#include + +void _assert(const char *msg, const char *file, int line) +{ + /* Assertion failed at foo.c line 45: x