git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 5cfe07e2570b6afb92a3fbd37c2400404b9d2c5e

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

148 bytesRaw
1extern int numOfReferances();
2extern void equals(int, int);
3
4void onCreation(int msgRef)
5{
6 const int num = numOfReferances();
7 equals(num, 1);
8}
9

Built with git-ssb-web