Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glouw committed Aug 4, 2018
1 parent 30e7c15 commit 7014fe2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
*.o
*.d
a.out
15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
# cheaderless

This is a bit of weird experiment to get rid of headers in C.

(.c) files are straight included into other (.c) files, but an import
directive serves to turn definitions into declarations while managing
the publicity of other header dependecies.

That is to say, object files are still compiled - This is not a direct inclusion of
static inline functions.

```
make
./a.out
```

0 comments on commit 7014fe2

Please sign in to comment.