Bash++
Bash++ compiler internal documentation
exit_code.h
Go to the documentation of this file.
1
6#ifndef SRC_EXIT_CODE_H_
7#define SRC_EXIT_CODE_H_
8
9extern volatile int bpp_exit_code;
10
11#endif // SRC_EXIT_CODE_H_
volatile int bpp_exit_code
Definition bpp-lsp.cpp:33