jx_eval.h

00001 /*
00002 Copyright (C) 2016- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef JX_EVAL_H
00008 #define JX_EVAL_H
00009 
00010 #include "jx.h"
00011 
00020 struct jx * jx_eval( struct jx *j, struct jx *context );
00021 
00022 #endif

Generated on 19 Sep 2016 for cctools by  doxygen 1.6.1