#ifndef OPEN_H #define OPEN_H #include "num.h" extern num open_read(const char *); extern num open_trunc(const char *); #endif