1
2
3
4
5
6
7
int main(int argc, char* argv[]) {
    StringNode* head = create_node("apple");

    // TODO: destroy(…)
    
    return EXIT_SUCCESS;
}

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