[libc][NFC] Rename UInt.h to big_int.h and UInt128.h to uint128.h for consistency (#87808)

This commit is contained in:
Guillaume Chatelet
2024-04-06 10:39:55 +02:00
committed by GitHub
parent a522dbbd62
commit 09efe848cf
43 changed files with 71 additions and 71 deletions

View File

@@ -3,5 +3,5 @@ add_libc_fuzzer(
SRCS
uint_fuzz.cpp
DEPENDS
libc.src.__support.uint
libc.src.__support.big_int
)

View File

@@ -1,5 +1,5 @@
#include "src/__support/CPP/bit.h"
#include "src/__support/UInt.h"
#include "src/__support/big_int.h"
#include "src/string/memory_utils/inline_memcpy.h"
using namespace LIBC_NAMESPACE;