kvark / dark-archon

[old] Fast BWT-based compressor
3 stars 1 forks source link

a6: Use header files instead of the forward declarations #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What functionality is missing?
Header files.

Why is it so important to have it?
Forward declarations in C are error-prone, because the linker does not check 
that function parameters match.

What are the implementation stages:
1. Add header files.
2. Fix code files.

Original issue reported on code.google.com by kvarkus on 28 Nov 2011 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by kvarkus on 30 Nov 2011 at 7:20