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