Changes in variable.c [f271129:40de7394]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
rf271129 r40de7394 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <unistd.h> 5 #include <ctype.h> 1 6 #include "owl.h" 2 #include <stdio.h>3 7 4 8 #define OWLVAR_BOOL(name,default,summary,description) \
Note: See TracChangeset
for help on using the changeset viewer.