Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Pondelok, 23. jún 2025

Súbor: [Platon] / libcfg+ / config.h.bot (stiahnutie)

Revízia 1.2, Tue Aug 27 13:19:18 2002 UTC (22 years, 10 months ago) by rajo


Zmeny od 1.1: +13 -8 [lines]

Code cleanup.

/* Macros for generating function name with prefix 'cfg_' */
#ifndef PLATON_FUNC
# define PLATON_FUNC(_name) cfg_ ## _name
#endif

/* Quote prefixed function name
 * Macro PLATON_FUNC_STR(my_function) produces "cfg_my_function"
 */
#ifndef _PLATON_FUNC_STR
# define _PLATON_FUNC_STR(_name) #_name
#endif
#ifndef PLATON_FUNC_STR
# define PLATON_FUNC_STR(_name) _PLATON_FUNC_STR(cfg_ ## _name)
#endif



#endif /* #ifndef _CONFIG_H */

/* vim: ft=cpp
 */

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok