blob: 38889cfa0169bd74622e77fdf90c83be75b27d78 [file] [log] [blame]
int get_st2_prop (void);
int get_st3_prop (void);
int get_st1_value (void) {
return get_st2_prop () + get_st3_prop ();
}