1 2 3 4 5 6 7
#ifndef BLOCKING_H #define BLOCKING_H extern void blocking_enable(int); extern void blocking_disable(int); #endif