Baigudin Software avatar
EOOS Systems logo
home
ru region
en region

Class «eoos::Program»

Entry point to an operating system main program.

  • eoos::Program

public: static int32_t start(int32_t argc, char_t* argv[]);

Parameters:
argc — The number of arguments passed to the program.
argv — An array of c-string of arguments where the last one - argc + 1 is null.

Returns:
Zero, or error code if an error has been occurred.

Back to class list