General Purpose library for Freestanding C++ and POSIX systems
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

10 行
301 B

#pragma once
#include "gp/containers/vector.hpp"
#include "gp/dynamic/compiler/type/type.hpp"
#include "gp/utils/allocators/allocator.hpp"
using string = gp::vector<char>;
string grMangleFunction(gp::vector<gr_type>, gp::allocator&);
gp::vector<gr_type> grUnmangleSignature(string, gp::allocator&);