707_C代码语法错误

创建结构体语法有问题,中间有一个free没有分号
This commit is contained in:
Re1own 2022-12-26 01:03:12 -05:00 committed by GitHub
parent 78909ff5aa
commit 44fcb894c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -263,7 +263,6 @@ void myLinkedListFree(MyLinkedList* obj) {
}
/**
* Your MyLinkedList struct will be instantiated and called as such:
* MyLinkedList* obj = myLinkedListCreate();
* int param_1 = myLinkedListGet(obj, index);