repo.or.cz
/
mpsl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New function popen2().
[mpsl.git]
/
test2.mpsl
blob
df22902998b6f6e2c148d53b2071e2941d63b78a
1
/* to be included from test.mpsl */
2
print("I'm test2.mpsl\n");
3
4
print("The following should generate a warning\n");
5
v = undefined_function();
6
7
/* return data to upper level */
8
return(6);
9
10
print("This code is never executes\n");