git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: b9ad602f83069ecb9ddedc4b26d23a37c48dd592

Files: b9ad602f83069ecb9ddedc4b26d23a37c48dd592 / tests / c / readMem.c

179 bytesRaw
1extern int readMem(const char*);
2extern void equals(int, int);
3
4int onCreation(int msgRef)
5{
6 const char * s = "\x61\x73\x6d\x01";
7 int val = readMem(s);
8 equals(val, 0x61);
9}
10

Built with git-ssb-web