9 lines
105 B
C
9 lines
105 B
C
#ifndef _SINK_H_
|
|
#define _SINK_H_
|
|
|
|
void *sink(void *ptr);
|
|
void sinkStop(void *ptr);
|
|
|
|
|
|
#endif // _SINK_H_
|