Daisuke Kobayashi
BlogTagsKnowledge baseAbout
Home
Blog
Tags
Knowledge base
About
Published on
2013年9月11日水曜日

C 言語で true と false を使う

Authors
  • avatar
    Name
    Daisuke Kobayashi
    Twitter
    https://twitter.com
#define FALSE 0
#define TRUE !(FALSE)

typedef enum { FALSE, TRUE } boolean;
Discuss on Twitter • View on GitHub

Tags

c

Previous Article

1607:InstallShield Scripting Runtime をインストールできません

Next Article

ピアノ発表会 2013-10
← Back to the blog
mailgithubfacebookyoutubelinkedintwitterinstagramthreads
Daisuke Kobayashi
•
© 2012-2024
•
Daisuke Kobayashi
Tailwind Nextjs Theme