core/hello.c: better demo on how to do putchar()
authorH. Peter Anvin <hpa@zytor.com>
Wed, 3 Jun 2009 02:56:27 +0000 (19:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Jun 2009 02:56:27 +0000 (19:56 -0700)
commitd19a7c6a6989f19c4f82212a9a7b654bdf289739
tree7fe1ce39598e5a4a562749037aa334881b4a36ca
parent390ab32864ad3fcbe58096a2e2fdcf6465f173fe
core/hello.c: better demo on how to do putchar()

Better illustrate how putchar() should be implemented...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/hello.c