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