code update to proudct a single hawk binary including sed
This commit is contained in:
18
bin/main.h
Normal file
18
bin/main.h
Normal 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
|
Reference in New Issue
Block a user