mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Disregard this, I hit remove by mistake and am adding it back
svn path=/trunk/; revision=2835
This commit is contained in:
parent
1e8b9112f0
commit
80bd55a9d0
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
|
||||||
#include <msvcrt/stdlib.h>
|
|
||||||
|
|
||||||
long
|
|
||||||
atol(const char *str)
|
|
||||||
{
|
|
||||||
return strtol(str, 0, 10);
|
|
||||||
}
|
|
Loading…
Reference in a new issue