git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 5cfe07e2570b6afb92a3fbd37c2400404b9d2c5e

Files: 5cfe07e2570b6afb92a3fbd37c2400404b9d2c5e / tests / c / callback.c

190 bytesRaw
1extern void callback(void (*callback)(void));
2extern void equals(int, int);
3
4void theCallback(void) {
5 equals(0, 0);
6}
7
8int onCreation(int msgRef)
9{
10 callback(&theCallback);
11 return 1;
12}
13

Built with git-ssb-web