avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Is it needed to use '_U()'?


From: Dmitry K.
Subject: [avr-libc-dev] Is it needed to use '_U()'?
Date: Mon, 24 Oct 2005 08:45:11 +1100
User-agent: KMail/1.5

Hi all.

Most (not all) Avr-libc's functions use for
global labels the next constraction:
        _U(global_name)

Due to __USER_LABEL_PREFIX__ is predefined as
empty, result of this macro is simply:
        global_name

Is it any reason to use '_U()'?
Question is about new files, not about to rewrite olds.

Thanks,
Dmitry.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]