DEBSOURCES
Skip Quicknav
sources / qrouter / 1.3.57-1 / def.h
12345678910111213
/* * def.h -- * * This file include the DEF I/O functions * */ #ifndef _DEFINT_H #define _DEFINT_H float DefRead(char *inName); #endif /* _DEFINT_H */