Go to the first, previous, next, last section, table of contents.

Code Reuse

It is useful if people can grab a single source file and include it in their own programs without needing the whole library. Try to allow standalone files like this whenever it is reasonable. Obviously the user might need to define a few macros, such as GSL_ERROR, to compile the file but that is ok. Examples where this can be done: grabbing a single random number generator.


Go to the first, previous, next, last section, table of contents.