We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dea7a6 commit 062b81aCopy full SHA for 062b81a
myatoi.c
@@ -0,0 +1,10 @@
1
+#include <stdio.h>
2
+
3
4
5
+int main()
6
+{
7
+ int i;
8
+ i=atoi("98");
9
+ printf("%d\n",i);
10
+}
0 commit comments