top | item 46956284 (no title) yxhuvud | 20 days ago `static inline` is definitely not private. See https://github.com/axboe/liburing/blob/master/src/include/li... , for a practical example. discuss order hn newest 1718627440|19 days ago It's going to become private, but its part of your side of the interface, not of the other side. The ABI boundary is between that `static inline` function and the library, not between that function and your code.
1718627440|19 days ago It's going to become private, but its part of your side of the interface, not of the other side. The ABI boundary is between that `static inline` function and the library, not between that function and your code.
1718627440|19 days ago