소스 검색

added deinit_printer

banana-cakes
FelixBrendel 6 년 전
부모
커밋
be5e48b137
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      print.hpp

+ 5
- 0
print.hpp 파일 보기

@@ -405,6 +405,11 @@ int print_ptr(FILE* f, void* ptr) {
return print_to_file(f, "nullptr");
}

void deinit_printer() {
printer_map.dealloc();
type_map.dealloc();
}

void init_printer() {
printer_map.alloc();
type_map.alloc();


불러오는 중...
취소
저장