Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/examples


Modified Files:
        test.sma 


Log Message:


atoi booboo - accepts 1, not 2 params! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/examples/test.sma,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- test.sma    9 Dec 2004 05:10:42 -0000       1.9
+++ test.sma    8 Jan 2005 08:57:00 -0000       1.10
@@ -106,6 +106,8 @@
    native_rec(1, "Smelly", 77);

    printf("native_rec() done\n");

    

+   printf("atoi(\"7\") = %i\n", atoi("7"));

+   

    return 7;

 }

 





-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to