diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 15:08:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 15:08:18 -0500 |
commit | 1f8380814aff5429d3c1d27a3b9b82aa6102b764 (patch) | |
tree | fc4691a80630acd0812745b8735cf8df2bfa1ef7 /config.c | |
parent | c81894a758b98006802e2e006e75a91076811d86 (diff) | |
download | spmc-1f8380814aff5429d3c1d27a3b9b82aa6102b764.tar.gz |
More documentation
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 |