diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ +/** + * @file config.c + */ #include <ctype.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include "spm.h" - /// Remove leading whitespace from a string /// \param sptr pointer to string /// \return pointer to first non-whitespace character in string |