1
2
3
4
5
6
7
#ifndef __hw02_h__
#define __hw02_h__

void print_integer(int n, int radix, char* prefix);

#endif
/* vim: set tabstop=2 shiftwidth=2 noexpandtab fileencoding=utf8 filetype=c */

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