回答編集履歴

1

g_mallocのリンク追加

2018/05/05 15:41

投稿

gingertail
gingertail

スコア317

test CHANGED
@@ -1,6 +1,6 @@
1
1
  * `(Y_Editor *)`は**構造体Y_Editorのポインタ型**
2
2
 
3
- * `g_malloc`は**メモリを確保**する関数
3
+ * `g_malloc`は**メモリを確保**する関数 → [g_malloc](https://developer.gnome.org/glib/2.28/glib-Memory-Allocation.html#g-malloc)
4
4
 
5
5
  * `sizeof(Y_Editor)`は**構造体Y_Editorのサイズ**
6
6