From 2b3e9d9b244e279ef5693a7cf5dacc7903164af5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:46:48 +0000 Subject: Remove, moved to cpukit. --- c/src/exec/libcsupport/include/inttypes.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 c/src/exec/libcsupport/include/inttypes.h (limited to 'c/src/exec/libcsupport/include/inttypes.h') diff --git a/c/src/exec/libcsupport/include/inttypes.h b/c/src/exec/libcsupport/include/inttypes.h deleted file mode 100644 index dad6c67c7d..0000000000 --- a/c/src/exec/libcsupport/include/inttypes.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * inttypes.h - * - * ISO C99 Format conversion of integer types. - * - * $Id$ - */ - -#ifndef __INTTYPES_H -#define __INTTYPES_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include - -#ifdef __cplusplus -} -#endif - -#endif -- cgit v1.2.3