サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
procedural.github.io
main.c #include <stdio.h> #include "c22.h" typedef struct { i32 one; i32 two; } TwoStruct; void Two(const TwoStruct address in) { print(""); print("Two exited the scope!"); print("Defer function params"); print("in->one: %d",(*in).one); print("in->two: %d",(*in).two); } void One(void address _) { print(""); print("One exited the scope!"); } warn f32 Add(f32 x, f32 y) { return x + y; } i32 main(i32
このページを最初にブックマークしてみませんか?
『procedural.github.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く