Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CodeBlocks 10.05 并在 C 中使用 ffmpeg 库进行编程。如何查看库函数的源代码?
例如:我在我的程序中使用 avformat_open_input(parameters)。我想看看函数的主体。我怎么看?
谢谢 。
使用Linux系统。然后 :
man 3 <function-name>