1
2
3
4
/* vim: set tabstop=4 shiftwidth=4 fileencoding=utf-8 noexpandtab: */
int add5(int n) {  // analogous to print_integer(..)
    return n + 5;
}

© Copyright 2016 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.