This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
Prevent Init_caca from being hidden
main
Pascal Terjan
4 天之前
父節點
9fffb0a237
當前提交
04f511940a
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ruby/caca.c
+ 3
- 0
ruby/caca.c
查看文件
@@ -24,6 +24,9 @@ static VALUE get_version(VALUE self)
return rb_str_new2(caca_get_version());
}
#if defined CACA_ENABLE_VISIBILITY
extern __attribute__((visibility("default")))
#endif
void Init_caca()
{
VALUE mCaca = rb_define_module("Caca");
Write
Preview
Loading…
取消
儲存