1 2 3 4 5 6 7
#ifndef SLTDL_CORE_H #define SLTDL_CORE_H void lt_slock(void); int lt_sunlock(int); #endif