Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejmazz/cpointererrors
https://github.com/thejmazz/cpointererrors
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejmazz/cpointererrors
- Owner: thejmazz
- Created: 2015-03-04T04:02:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T06:35:23.000Z (almost 10 years ago)
- Last Synced: 2024-11-07T08:51:36.543Z (2 months ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#C Pointer Errors#
Download locally with
```
$ git clone https://github.com/thejmazz/cpointererrors
```Compile with
```
$ make
```
(oh, the simplicity).What, no warnings you say (`-w`)!
Bro this is an exercise in finding errors,
warnings would ruin the [expherience](https://twitter.com/expherience)!When you are ready to check your answers, do
```
$ ./bin/check p1 14D
```or when you have more than one error do
```
$ ./bin/check p2 "9001H 1D"
```You can also just look inside `./answers`. But then that will ruin trying, and seeing the great failure/success messages from `check`.