blob: 67d473aacb3d9c71bfbd637c4b0e28df100259ff [file] [log] [blame]
int get_st1_prop (void);
int get_st2_prop (void);
int get_st3_value (void) {
return get_st1_prop () + get_st2_prop ();
}