8 lines
73 B
C
8 lines
73 B
C
|
#ifndef _RDOPTIONS_H
|
||
|
#define _RDOPTIONS_H
|
||
|
|
||
|
void rdoptions(int);
|
||
|
|
||
|
#endif
|
||
|
|