SVN revision: 49740
This commit is contained in:
Vincent Torri 2010-06-18 07:08:22 +00:00
parent 30572d7efb
commit 9ac5d78958
1 changed files with 4 additions and 4 deletions

View File

@ -180,11 +180,11 @@ eina_convert_shutdown(void)
* #include <stdlib.h>
* #include <stdio.h>
*
* #include <eina_convert.h>
* #include <Eina.h>
*
* int main(void)
* {
* char *tmp[128];
* char tmp[128];
*
* if (!eina_init())
* {
@ -243,11 +243,11 @@ eina_convert_shutdown(void)
* #include <stdlib.h>
* #include <stdio.h>
*
* #include <eina_convert.h>
* #include <Eina.h>
*
* int main(void)
* {
* char *tmp[128];
* char tmp[128];
* long long int m = 0;
* long int e = 0;
* double r;