1
2
3
4
5
6
#ifndef __PRINT_TWOS_H__
#define __PRINT_TWOS_H__

void print_twos();

#endif /* end of include guard: __PRINT_TWOS_H__ */

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