source: svn/newcon3bcm2_21bu/BSEAV/api/include/bstd_cfg.h @ 22

Last change on this file since 22 was 22, checked in by phkim, 11 years ago
  1. phkim
  2. newcon3sk 를 kctv 로 브랜치 함
  • Property svn:executable set to *
File size: 302 bytes
Line 
1#ifdef __cplusplus
2extern "C"
3{
4#endif
5void b_task_check(const char *file, unsigned line);
6#if BDBG_DEBUG_BUILD
7#define B_TASK_CHECK() b_task_check(__FILE__, __LINE__)
8#else
9#define B_TASK_CHECK()
10#endif
11
12#define BSTD_INLINE extern inline __attribute__((always_inline))
13
14#ifdef __cplusplus
15}
16#endif
17
18
Note: See TracBrowser for help on using the repository browser.