7 lines
73 B
D
7 lines
73 B
D
|
module lib_1.lib_1_func;
|
||
|
|
||
|
int lib_1_func( uint x )
|
||
|
{
|
||
|
return( x + 1 );
|
||
|
}
|