Kernel - Added ctype.h header
[tpg/acess2.git] / KernelLand / Kernel / lib.c
index cab5ea8..68d2032 100644 (file)
@@ -441,4 +441,3 @@ Uint64 SwapEndian64(Uint64 Val)
 {
        return SwapEndian32(Val >> 32) | ((Uint64)SwapEndian32(Val) << 32);
 }
-

UCC git Repository :: git.ucc.asn.au