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