1
2
3
4
5
6
// yo.c
#include <stdio.h>
void print_yo() {
    printf("Yo\n");
}
// Reminder:  header files should not contain function definitions (with body code)

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