5 lines
114 B
C
5 lines
114 B
C
#ifndef GCC_VERSION_H
|
|
#define GCC_VERSION_H
|
|
extern const char *const version_string;
|
|
#endif /* ! GCC_VERSION_H */
|