Changeset 81e93c3 for variable.c
- Timestamp:
- Aug 5, 2017, 5:54:22 PM (7 years ago)
- Branches:
- master
- Children:
- 1f92f39
- Parents:
- a95b564
- git-author:
- David Benjamin <davidben@mit.edu> (02/25/13 17:19:40)
- git-committer:
- Jason Gross <jasongross9@gmail.com> (08/05/17 17:54:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
ra95b564 r81e93c3 814 814 } 815 815 816 bool owl_variable_takes_on_off(const owl_variable *v) { 817 return v->takes_on_off; 818 } 819 816 820 int owl_variable_get_type(const owl_variable *v) 817 821 {
Note: See TracChangeset
for help on using the changeset viewer.