-
온라인 디버거C(웹에서 디버깅 가능 C playground)
-
Assembly 분석
- Compiler (Assembly 분석하기 좋다__https://godbolt.org/)
- 옵션에
--std=c23넣어주면 됨. 최신 컴파일러 선택
- 옵션에
- Compiler (Assembly 분석하기 좋다__https://godbolt.org/)
-
GCC 15 & LLVM-21(Clang)
-
(영상모아보기) IB Computer Science | Learn Learn Scratch Tutorials
-
meson build sample
-
Gyoung영상 모아보기
- eBook(C)
- https://www.cc4e.com/
freeCodeCamp.org
- https://www.reddit.com/r/rust/comments/90s2no/rust_c_interop/
- I read that I can use C libraries from Rust using FFI https://doc.rust-lang.org/1.9.0/book/ffi.html .
- My question is are there any performance issues related to calling C code from Rust? (think Java JNI issue). Are there any gotchas around calling C code from Rust? This book chapter does not say much


