開發平台(Platform): (Ex: VC++, GCC, Linux, ...) Linux
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
下面有程式碼
想檢查檔案是不是 locked 但輸出不符合預期
餵入的資料(Input):
檔名123的檔案
預期的正確結果(Expected Output):
r
錯誤結果(Wrong Output):
u
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/jS57a2Y4
補充說明(Supplement):
write lock 可以正確輸出 w
但 read lock 就是無法輸出 r
不知道是哪裡出錯@@