brintos

brintos / linux-shallow public Read only

0
0
Text · 134 B · 25402d7 Raw
9 lines · c
1#ifndef SPARK_H2#define SPARK_H 13 4#define NUM_SPARKS 85 6int print_spark(char *bf, int size, unsigned long *val, int numval);7 8#endif9