瀏覽代碼

* 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__ */


Loading…
取消
儲存