mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
13 lines
176 B
C
13 lines
176 B
C
|
#ifndef _OF_H
|
||
|
#define _OF_H
|
||
|
|
||
|
#ifndef OF /* function prototypes */
|
||
|
# ifdef STDC
|
||
|
# define OF(args) args
|
||
|
# else
|
||
|
# define OF(args) ()
|
||
|
# endif
|
||
|
#endif
|
||
|
|
||
|
#endif /* _OF_H */
|