/* Library Function */ int subtract_one(int input) { return input - 1; }