]> rtime.felk.cvut.cz Git - arc.git/blobdiff - include/xtoa.h
Merge branch 'mikulka' of git@rtime.felk.cvut.cz:arc into mikulka
[arc.git] / include / xtoa.h
index 441f23480ebc84bc0ce5cb1a7c7a8bdd9b71932d..6ecea92ec935e77067f190a235586634c1243635 100644 (file)
@@ -1,26 +1,26 @@
-/* -------------------------------- Arctic Core ------------------------------
- * Arctic Core - the open source AUTOSAR platform http://arccore.com
- *
- * Copyright (C) 2009  ArcCore AB <contact@arccore.com>
- *
- * This source code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published by the
- * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * for more details.
- * -------------------------------- Arctic Core ------------------------------*/
-
-#ifndef XTOA_H_
-#define XTOA_H_
-
-void xtoa(unsigned long val, char* str, int base,int negative);
-// unsigned long to string
-void ultoa(unsigned long value, char* str, int base);
-// int to string
-void itoa(int value, char* str, int base);
-
-
-#endif /* XTOA_H_ */
+/* -------------------------------- Arctic Core ------------------------------\r
+ * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
+ *\r
+ * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
+ *\r
+ * This source code is free software; you can redistribute it and/or modify it\r
+ * under the terms of the GNU General Public License version 2 as published by the\r
+ * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
+ * for more details.\r
+ * -------------------------------- Arctic Core ------------------------------*/\r
+\r
+#ifndef XTOA_H_\r
+#define XTOA_H_\r
+\r
+void xtoa(unsigned long val, char* str, int base,int negative);\r
+// unsigned long to string\r
+void ultoa(unsigned long value, char* str, int base);\r
+// int to string\r
+char * itoa(int value, char* str, int base);\r
+\r
+\r
+#endif /* XTOA_H_ */\r