mirror of
https://github.com/HEYAHONG/HCppBox.git
synced 2025-05-09 00:21:37 +08:00
15 lines
361 B
C
15 lines
361 B
C
/***************************************************************
|
|
* Name: hcompiler.c
|
|
* Purpose: 实现hcompiler接口
|
|
* Author: HYH (hyhsystem.cn)
|
|
* Created: 2025-04-28
|
|
* Copyright: HYH (hyhsystem.cn)
|
|
* License: MIT
|
|
**************************************************************/
|
|
#include "hcompiler.h"
|
|
|
|
#include "hcompiler/hcompiler.c"
|
|
|
|
|
|
|