dees/include/lp_wlp.h
Yann Esposito (Yogsototh) 919d4a1006 Initial git init
in the future I may add the SVN history
2011-05-17 22:24:18 +02:00

22 lines
294 B
C

#ifndef HEADER_lp_lp
#define HEADER_lp_lp
#include "lp_types.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Put function headers here */
MYBOOL LP_writefile(lprec *lp, char *filename);
MYBOOL LP_writehandle(lprec *lp, FILE *output);
#ifdef __cplusplus
}
#endif
#endif /* HEADER_lp_lp */