00001 /* 00002 Copyright (C) 2019- 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_CANONICALIZE_H 00008 #define JX_CANONICALIZE_H 00009 00017 #include <stdio.h> 00018 #include <stdbool.h> 00019 00020 #include "jx.h" 00021 #include "link.h" 00022 #include "buffer.h" 00023 00029 char *jx_canonicalize(struct jx *j); 00030 00031 #endif