DX3906

@DX3906

Joined on Sep 6, 2023

  • contributed by <I-Ying-Tsai>
     Like  Bookmark
  • contributed by <I-Ying-Tsai>
     Like  Bookmark
  • contributed by <I-Ying-Tsai> quiz1 測驗 1 這題要求我們利用 list_insert_before 涵式來測試好品味的 linked list 結構 #include <stddef.h> typedef struct list_item { int value; struct list_item *next;
     Like  Bookmark
  • contributed by <I-Ying-Tsai> 開發環境 i-ying-tsai@i-ying-tsai-G5-KF5:~/linux2025/lab0-c$ uname -a Linux i-ying-tsai-G5-KF5 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 i-ying-tsai@i-ying-tsai-G5-KF5:~/linux2025/lab0-c$ 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 <I-Ying-Tsai>
     Like  Bookmark