blob: e8ed7f819ed18318836a4b6651ef5b63c2f96151 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
definition module set_return_code;
//1.3
from StdString import String;
//3.1
:: *UniqueWorld :== World;
set_return_code :: !Int !UniqueWorld -> UniqueWorld;
// void set_return_code (int return_code);
|