Help for this page

Select Code to Download


  1. or download this
    DllExport unsigned int
    win32_alarm(unsigned int sec)
    ...
        }
        return 0;
    }
    
  2. or download this
    static LRESULT
    win32_process_message(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPara
    +m)
    ...
    
        return 0;
    }
    
  3. or download this
    >perl lockdemo.pl
    locker: flock LOCK_EX
    ...
    main: 5 seconds have passed
    locker: flock LOCK_UN
    locker: unlocked