VirtualBox

Changeset 93176 in vbox


Ignore:
Timestamp:
Jan 11, 2022 1:15:59 AM (3 years ago)
Author:
vboxsync
Message:

iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/expr and such. [scm+doxygen] bugref:9781

File:
1 edited

Legend:

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

    r93170 r93176  
    5151 * @retval  VERR_NOT_FOUND if the variable does not exist.
    5252 */
    53 typedef DECLCALLBACKPTR(int, PFNRTEXPREVALQUERYVARIABLE,(const char *pchName, size_t cchName, void *pvUser, char **ppszValue));
     53typedef DECLCALLBACKTYPE(int, FNRTEXPREVALQUERYVARIABLE,(const char *pchName, size_t cchName, void *pvUser, char **ppszValue));
     54/** Pointer to a variable getter. */
     55typedef FNRTEXPREVALQUERYVARIABLE *PFNRTEXPREVALQUERYVARIABLE;
    5456
    5557/** @name Expression evaluator flags.
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