VirtualBox

Changeset 40404 in vbox for trunk/include


Ignore:
Timestamp:
Mar 8, 2012 5:56:55 PM (13 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: Added RT_STR_TUPLE.

File:
1 edited

Legend:

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

    r39457 r40404  
    10691069#define RT_CONCAT4_HLP(a,b,c,d)     a##b##c##d
    10701070
     1071/**
     1072 * String constant tuple - strlen(string constant), string constant.
     1073 *
     1074 * @param   a_szConst   String constant.
     1075 */
     1076#define RT_STR_TUPLE(a_szConst)  sizeof(a_szConst) - 1, a_szConst
     1077
    10711078
    10721079/** @def RT_BIT
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