Import source to librtti

Summary:

- Import initial source

Test Plan:
NA
This commit is contained in:
Rongsong Shen 2026-01-29 17:22:53 +08:00
commit c8c1749347
23 changed files with 969 additions and 0 deletions

8
include/rtti.h Normal file
View file

@ -0,0 +1,8 @@
#if !defined(_LIBRTTI_RTTI_H_)
#define _LIBRTTI_RTTI_H_ 1
#include "rtti/typeinfo.h"
#include "rtti/utils.h"
#endif