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.
RPC アプリケーションを作成しています。C 部分で ssize_t データ型を使用する必要があり、ネットワーク経由で送信する必要があります。IDL では ssize_t を何と表現すればよいですか? 私はそれをintにキャストすることができますが、intにキャストするだけでなく、それを行う正しい方法を知りたいのですが、それが正しい方法かどうかはわかりません.