SPC
Version 0.9.5
Main Page
Related Pages
Modules
Files
Examples
All
Files
Functions
Groups
Pages
ex_stat.spc
This is an example of how to use the
stat
function.
task main()
{
Timer0
=
MIN_1
;
open
(
"w"
);
if
(
stat
() ==
LOG_STATUS_OPEN
)
{
write
(
Timer0
);
}
close
();
}
Generated by
1.8.2