6 lines
92 B
C
6 lines
92 B
C
#ifndef BLACKHOLE_H_
|
|
#define BLACKHOLE_H_
|
|
|
|
void blackhole(void);
|
|
|
|
#endif /* BLACKHOLE_H_ */
|