Use the Librarian panel to specify library settings for the project.
The table below lists and describes the various options available on the Librarian panel.
| Option | Description |
|---|---|
| Enable automatic library configurations | Select to let the compiler identify standard libraries. |
| Model | Select a standard complying or EWL model from the drop-down list. EWL lets you precisely define the I/O operations. EWL drastically reduces the size of executables as you explicitly select the appropriate I/O behavior. Options are: ewl, ewl_c++, c9x, c9x_c++, ewl_hosted, ewl_c++_hosted, c9x_hosted, c9x_c++_hosted, ewl_noio, ewl_c++_noio, c9x_noio, and c9x_c++_noio. |
| Print formats | Select the print formats from the drop-down list. The available options are: int, int_FP, int_LL, and int_LL_FP. |
| Scan formats | Select the scan formats from the drop-down list. The available options are: int, int_FP, int_LL, and int_LL_FP. |