Книга: Advanced PIC Microcontroller Projects in C

3.1.5 Case Sensitivity

3.1.5 Case Sensitivity

In general, C language is case sensitive and variables with lowercase names are different from those with uppercase names. Currently, however, mikroC variables are not case sensitive (although future releases of mikroC may offer case sensitivity) so the following variables are equivalent:

total TOTAL Total ToTal total totaL

The only exception is the identifiers main and interrupt, which must be written in lowercase in mikroC. In this book we are assuming that the variables are case sensitive, for the sake of compatibility with other C compilers, and variables with the same name but different cases are not used.

Оглавление книги


Генерация: 0.710. Запросов К БД/Cache: 3 / 0
поделиться
Вверх Вниз