Rename 'jerry_api_' prefix to 'jerry_' in the main-riotos.c file
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -26,7 +26,7 @@ int test_jerry (int argc, char **argv)
|
|||||||
/* Suppress compiler errors */
|
/* Suppress compiler errors */
|
||||||
(void) argc;
|
(void) argc;
|
||||||
(void) argv;
|
(void) argv;
|
||||||
const jerry_api_char_t script[] = "print ('Hello, World!');";
|
const jerry_char_t script[] = "print ('Hello, World!');";
|
||||||
printf ("This test run the following script code: [%s]\n\n", script);
|
printf ("This test run the following script code: [%s]\n\n", script);
|
||||||
|
|
||||||
size_t script_size = strlen ((const char *) script);
|
size_t script_size = strlen ((const char *) script);
|
||||||
|
|||||||
Reference in New Issue
Block a user