hawk/bin/main.h

19 lines
189 B
C

#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