misc.h

changeset 116
4fde8fdf258a
parent 114
fe1bfc5f59ed
child 117
7eb7a43a511b
equal deleted inserted replaced
115:611417d3e6d2 116:4fde8fdf258a
55 out.insert (out.begin(), in); 55 out.insert (out.begin(), in);
56 56
57 return out; 57 return out;
58 } 58 }
59 59
60 void simplify (short& a, short& b); 60 void simplify (short& dNumerator, short& dDenominator);
61 61
62 // ============================================================================= 62 // =============================================================================
63 // stringparser 63 // stringparser
64 // 64 //
65 // String parsing utility 65 // String parsing utility

mercurial