#ifndef _SINK_H_ #define _SINK_H_ void *sink(void *ptr); void sinkStop(void *ptr); #endif // _SINK_H_