Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/eet
Dir : e17/libs/eet Modified Files: eet.c.in Log Message: make this the right way =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/eet/eet.c.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- eet.c.in 27 Jul 2003 13:12:33 -0000 1.6 +++ eet.c.in 17 Jan 2004 15:58:40 -0000 1.7 @@ -69,6 +69,8 @@ "Big text string here compared to others", "Eet is cool" }; + + eet_init(); // blindly open an file for output and write strings with their NUL char ef = eet_open("test.eet", EET_FILE_MODE_WRITE); @@ -86,6 +88,8 @@ ret = eet_read(ef, "Entry 3", &size); printf("%s\n", ret); eet_close(ef); + + eet_shutdown(); } @endcode ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs