index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CSAPP
/
chap2
/
char_endian.c
blob: 0929a88c0235fae7284f79e71b7d4b1f365b2eb4 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(void) { char *b = "TOMANOCU"; return 0; }