Changeset 81e93c3 for variable.c


Ignore:
Timestamp:
Aug 5, 2017, 5:54:22 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
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)
Message:
Add BarnOwl::get_variable_info

Returns a dictionary about a given variable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    ra95b564 r81e93c3  
    814814}
    815815
     816bool owl_variable_takes_on_off(const owl_variable *v) {
     817  return v->takes_on_off;
     818}
     819
    816820int owl_variable_get_type(const owl_variable *v)
    817821{
Note: See TracChangeset for help on using the changeset viewer.