|
|
От: |
Magister
|
|
| Дата: | 30.11.03 10:05 | ||
| Оценка: | |||
M>> template<const char* __file, int __line>
M>> void ___my_trace(const char* p_Format, ...);
M>> #ifdef _DEBUG
M>> #define trace ___my_trace<__FILE__, __LINE__>
M>>