// assign2.h // Name: Gary T. Leavens // TA: Bjarne Stroustrup // Section: A1 extern void assign2(int& v1, int& v2, int e1, int e2); // MODIFIES: v1, v2 // POST: v1 holds e1, and v2 holds e2