#ifndef ULC_H
#define ULC_H

#define LOGNAME "nltools.log"

enum { F_NODELIST, F_POINTS24, F_POINTS4D };

int ul_compile (FILE *fin, FILE *fout, int type, int defzone);
int ul_sort    (FILE *);

#endif


syntax highlighted by Code2HTML, v. 0.9.1