1 2 3 4 5 6 7 8 9
#ifndef SYNC_H #define SYNC_H class sync { public: static void yield(); }; #endif /* SYNC_H */