aboutsummaryrefslogtreecommitdiff
path: root/main/Windows/set_return_code.dcl
blob: bd7c48bdc9df355c3b7f4c484e1fda585930848c (plain) (blame)
1
2
3
4
5
definition module set_return_code;

:: *UniqueWorld :== World;
set_return_code :: !Int !UniqueWorld -> UniqueWorld;
// void set_return_code (int return_code);