14 lines
342 B
JSON
14 lines
342 B
JSON
{
|
|
"ports": [
|
|
{
|
|
"export": "INIT_APP_EXPORT(hello_world)",
|
|
"function": "int hello_world(void)",
|
|
"is_cpp": false
|
|
},
|
|
{
|
|
"export": "MSH_CMD_EXPORT(test_f, hello word)",
|
|
"function": "int test_f(void)",
|
|
"is_cpp": false
|
|
}
|
|
]
|
|
} |