mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 02:10:37 +08:00
docs(codes/c): add function description
This commit is contained in:
@@ -16,7 +16,7 @@ struct mylist {
|
||||
};
|
||||
|
||||
typedef struct mylist MyList;
|
||||
/* 声明函数 */
|
||||
/* 前置声明 */
|
||||
void extendCapacity(MyList* l);
|
||||
|
||||
/* 构造函数 */
|
||||
|
||||
Reference in New Issue
Block a user