An open API service indexing awesome lists of open source software.

https://github.com/andy-y-li/stcheader

Transfer STC (Keil) head file to SDCC.
https://github.com/andy-y-li/stcheader

header-files keil sdcc sdcc-compiler stc

Last synced: about 1 year ago
JSON representation

Transfer STC (Keil) head file to SDCC.

Awesome Lists containing this project

README

          

## Transfer STC head file to SDCC

Transfer STC (Keil) head file to SDCC.

### Installation

```
$ ./configure

$ make

$ make install
```

### Usage

```
stcHeader [-h] [ -s source_header] [ -d dest_header]
-h : this help
-s : source header
-d : dest header(default: stdout)

e.g
$ stcHeader -s stc8.h -d sdcc_stc8.h
```