Sha256: 316724889c6fe73e68404340b7d6da001019adcd80f5de14ae336157d04c6ed5
Contents?: true
Size: 300 Bytes
Versions: 3
Compression:
Stored size: 300 Bytes
Contents
// Multiple iterations for measurements #define ITERS 1 // Declaration of the original function int bones_main(void); // New main function for initialisation and clean-up int main(void) { // Original main function int bones_return = bones_main(); // Clean-up return bones_return; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bones-compiler-1.6.0 | skeletons/CPU-C/common/globals.c |
bones-compiler-1.3.1 | skeletons/CPU-C/common/globals.c |
bones-compiler-1.1.0 | skeletons/CPU-C/common/globals.c |