New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 07:28, 1 May 2018ScmObj (hist | edit) ‎[3,277 bytes]Sekinekohei (talk | contribs) (Created page with "=概要= * gauche.h で定義 * scheme object を表現するためのデータ構造 * 共通のヘッダ部分を定義し、 =実装= 137 /* 138 * An opaque pointer....")
  • 06:58, 1 May 2018ScmVM (hist | edit) ‎[4,416 bytes]Sekinekohei (talk | contribs) (Created page with "=概要= * vm.hで定義 * ScmVMRec の別名 * GaucheVMの管理用データ =実装= 267 struct ScmVMRec { 268 SCM_HEADER; 269 #ifdef GAUCHE_USE_PTHREADS 270...")