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.
GLib で整数値を文字列に変換したい。そのためのマクロや関数はありますか? または、同じ双方向リンク リストに異なるデータ型を格納できますか?
gchar *my_string = g_strdup_printf("%i", my_integer);
GINT_TO_POINTER