ascherer / sgb

Stanford GraphBase
27 stars 7 forks source link

Clean up library interfaces #5

Closed ascherer closed 5 years ago

ascherer commented 5 years ago

Each C source gb_WHY.c should #include "gb_WHY.h" as the first line of code. This should reduce some redundancy. Also the @definitions should not be repeated.

ascherer commented 5 years ago

This is going to be tough, because Knuth takes many liberties in the use of C.