Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
9ec33a99f98583a0e7a5494e308c4fd9be19da91
9ec33a99f98583a0e7a5494e308c4fd9be19da91
Switch branch/tag
compiler
main
Unix
set_return_code_c.c
Find file
Normal view
History
Permalink
set_return_code_c.c
82 Bytes
Newer
Older
Unix version
Ronny Wichers Schreur
committed
Jun 05, 2002
1
2
3
4
5
6
extern
int
return_code
;
void
set_return_code
(
int
code
)
{
return_code
=
code
;
}