소스 검색

* common.h: protect common.h against multiple inclusion.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2792 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 년 전
부모
커밋
8a64e1c730
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      common.h

+ 5
- 0
common.h 파일 보기

@@ -17,6 +17,9 @@
* function prototypes that are sometimes missing.
*/

#ifndef __COMMON_H__
#define __COMMON_H__

/* C99 types */
#if defined HAVE_INTTYPES_H && !defined __KERNEL__
# include <inttypes.h>
@@ -78,3 +81,5 @@ static inline uint32_t hton32(uint32_t x)
}
#endif

#endif /* __COMMON_H__ */


불러오는 중...
취소
저장