|
| mikroC | |
mikroC - C Compiler for Microchip PIC microcontrollers | making it simple... | ||
|
|
|
|
Paths for Header Files (.h)
Header files are included by means of preprocessor directive #include. If you place an explicit path to the header file in preprocessor directive, only that location will be searched.
If #include directive was used with the <header_name> version, the search is made successively in each of the following locations, in this particular order:
1.mikroC installation folder > “include” folder,
2.your custom search paths.
The "header_name" version specifies a
1.the project folder (folder which contains the project file .ppc),
2.mikroC installation folder > “include” folder,
3.your custom search paths.
New File.
Managing Source Files
Creating a new source file
To create a new source file, do the following:
Select File > New from
If you have used New Project Wizard, an empty source file, named after the project with extension .c, is created automatically. mikroC does not require you to have source file named same as the project, it’s just a matter of convenience.
page |
|
24 | MikroElektronika: Development tools - Books - Compilers |
|