code update to proudct a single hawk binary including sed

This commit is contained in:
2025-05-16 00:41:36 +09:00
parent b80ee515b6
commit a5f7e9d43c
31 changed files with 6758 additions and 3686 deletions

18
bin/main.h Normal file
View File

@ -0,0 +1,18 @@
#ifndef _MAIN_H_
#define _MAIN_H_
#include <hawk.h>
#if defined(__cplusplus)
extern "C" {
#endif
int main_sed(int argc, hawk_bch_t* argv[]);
#if defined(__cplusplus)
}
#endif
#endif