1732bccccc
It's a lot more common than BSD 2-clause it is both compatible and nearly identical in effect.
10 lines
214 B
C
10 lines
214 B
C
// Copyright 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
// SPDX-License-Identifier: MIT
|
|
#ifndef _NJK_NDHC_IFCHD_PARSE_H_
|
|
#define _NJK_NDHC_IFCHD_PARSE_H_
|
|
|
|
int execute_buffer(const char *newbuf);
|
|
|
|
#endif
|
|
|