Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters authored Jan 9, 2017
1 parent ade27ca commit 164b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sh mksurrogatehdr.sh $(sh listsyshdrs.sh)

### Generate bindings
```sh
gcc -Dinclude=#include -I. -Isystem-headers example.c | grep -v '^# [0-9]' > example.h
gcc -E -nostdinc -Dinclude=#include -I. -Isystem-headers example.c | grep -v '^# [0-9]' > example.h
```

## References
Expand Down

0 comments on commit 164b622

Please sign in to comment.