SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_stat.spc

This is an example of how to use the stat function.

task main()
{
open("w");
{
}
close();
}