librt
What are the differences between librt and libeio for asynchronous I/O, and why would I choose one over the other?
I really want to put more in the body to explain the question… but the title really covers it all. As far as I can suss, librt is more “official” (it’s a standard part of libc?), but I also rememb[详细]
2023-02-15 18:53 分类:问答How to get address of va_arg?
I hack some old C API and i got a compile error with the following code: void OP_Exec( OP* op , ... )[详细]
2022-12-27 16:29 分类:问答