// Copyright (c) 2024 Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef RADDBGI_PDB_STRINGIZE_H #define RADDBGI_PDB_STRINGIZE_H //////////////////////////////// //~ PDB Stringize Functions static void pdb_stringize_tpi_hash(Arena *arena, String8List *out, PDB_TpiHashParsed *hash); #endif //RADDBGI_PDB_STRINGIZE_H