添加一些函数注释

This commit is contained in:
ranchuan
2024-12-06 19:33:26 +08:00
parent 9712264213
commit 478d4c615d
4 changed files with 82 additions and 6 deletions

2
main.c
View File

@@ -69,5 +69,5 @@ const char* get_type(int s) {
int main(){
return 0;
return sizeof(&get_type);
}