diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-29 09:28:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:20 -0400 |
commit | 68b584d665a2424ef7249bac7af1f6e4ba1f1140 (patch) | |
tree | bb83ba0ab986eec9be451d3a5cc0fff6b90adc04 /src | |
parent | 71e6cf884f89888be869bdd9db434fd4fd635430 (diff) | |
download | duser-68b584d665a2424ef7249bac7af1f6e4ba1f1140.tar.gz |
Added touch function
Diffstat (limited to 'src')
-rw-r--r-- | src/user.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -18,8 +18,6 @@ * along with duser. If not, see <http://www.gnu.org/licenses/>. **/ -#define _GNU_SOURCE - #include <stdio.h> #include <stdlib.h> #include <string.h> |