VirtualBox

Changeset 6216 in vbox for trunk/include


Ignore:
Timestamp:
Dec 28, 2007 6:12:24 PM (17 years ago)
Author:
vboxsync
Message:

added note to DECLNORETURN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r6208 r6216  
    482482/** @def DECLNORETURN
    483483 * How to declare a function which does not return.
     484 * @note: This macro can be combined with other macros, for example
     485 * @code
     486 *   EMR3DECL(DECLNORETURN(void)) foo(void);
     487 * @endcode
    484488 */
    485489#ifdef _MSC_VER
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette