Henry

@ibat10clw

Joined on Aug 7, 2021

  • contributed by < ibat10clw >
     Like  Bookmark
  • contributed by < ibat10clw > 開發環境 $ uname -a Linux henry-ThinkBook-14-G7-IML 6.11.0-17-generic #17~24.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 20 22:48:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ gcc --version gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO
     Like  Bookmark
  • contributed by < ibat10clw > 2025q1 第 1 週測驗題 測驗 1 測驗要求補齊程式碼,使其執行時不會遇到 assert 錯誤。 除了題目明確說明的 list_insert_before 需要實作外,還得實作 list_size 使程式可以完整運行。 #define list_for_each(node, l) \ for (node = (l)->head; node != NULL; node = node->next)
     Like  Bookmark
  • contributed by < ibat10clw >
     Like  Bookmark