File: optioncheck.h

package info (click to toggle)
robodoc 4.99.34-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,468 kB
  • ctags: 1,009
  • sloc: ansic: 14,040; sh: 3,635; makefile: 163; perl: 155
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef ROBODOC_OPTION_CHECK_H
#define ROBODOC_OPTION_CHECK_H

int                 Check_Options(
    void );

void Print_Short_Use( void );

#endif /* ROBODOC_OPTION_CHECK_H */