詞語:callee
callee的解釋
callee[kɔ:'li:]n. 被召者
callee的意思
callee 被召者;被調用者;受話人;函數;
callee的參考例句
1.Someone may change the 將來可能有人修改被調用的函數,可能導致返回失敗的情況。
2.Generally the function arguments are passed on the stack in reverse order so that the callee can access them in the correct order. 一般來說,函數參數反向壓入棧中(即從右到左),那麼被調用者就能按正確的順序來訪問它們。
3.The callee, if it wishes to return a value to the caller, should leave the value in AL, AX or DX:AX depending on the size of the value. 被調用函數如果需要返回值給調用函數,應該把值放在AL,AX或DX:AX中,這依賴於該值的尺寸。