エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Ruby Best Practices - Quack Attack: Making Your Code More Rubyish
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Ruby Best Practices - Quack Attack: Making Your Code More Rubyish
I’ve been doing some FFI work recently, which means that I’ve needed to wrap underlying C librari... I’ve been doing some FFI work recently, which means that I’ve needed to wrap underlying C libraries so that I can call them from Ruby. While I won’t get into how the low level wrappers work, I can show you what the raw API calls look like for just a few functions: trip = API.PCMSNewTrip(server_id) API.PCMSNumStops(trip) API.PCMSAddStop(trip, string) API.PCMSGetStop(trip, index, string_ptr, buffer_