pxkw.hatenadiary.com

めもめも

c

fprintfとかのstreamにNULLを渡した時の挙動は未定義

C Language, Using fprintf() with a NULL-stream Section 4.1.6 Use of Library Functions Each of the following statements applies unless explicitly stated otherwise in the detailed descriptions that follows. If an argument to a function has a…

-mxxと-Oxをターゲットに指定したいときのMakefile

32/64bitと最適化オプションをターゲットにmakeするときのMakefile. こんな感じで良いのかなぁ.泥臭いな. Makefile DIR_SRC=./src DIR_HDR=./include DIR_BIN=. m32o0suf = m32o0 m32o1suf = m32o1 m32o2suf = m32o2 m64o0suf = m64o0 m64o1suf = m64o1 m64o…