set most of trunk svn property eol-style:native
[reactos.git] / reactos / lib / string / atoi.c
index 790653f..488593c 100644 (file)
@@ -1,11 +1,11 @@
-#include <string.h>\r
-#include <stdlib.h>\r
-\r
-/*\r
- * @implemented\r
- */\r
-int\r
-atoi(const char *str)\r
-{\r
-  return (int)strtol(str, 0, 10);\r
-}\r
+#include <string.h>
+#include <stdlib.h>
+
+/*
+ * @implemented
+ */
+int
+atoi(const char *str)
+{
+  return (int)strtol(str, 0, 10);
+}