Go to the documentation of this file.
   18#ifndef __VSF_SHELL_WRAPPER_H__ 
   19#define __VSF_SHELL_WRAPPER_H__ 
   24#define __VSF_HEADER_ONLY_SHOW_COMPILER_INFO__ 
   31#   define VSF_SHELL_WRAPPER(__header, __api)       VSF_CAL_WRAPPER(__api) 
   33#   define __VSF_SHELL_API_NAME(__header, __api)    __ ## header ## _ ## __api 
   34#   define VSF_SHELL_WRAPPER(__header, __api)       __VSF_SHELL_API_NAME(__header, __api)