gcc/gcc/version.h

5 lines
124 B
C

#ifndef __GCC_VERSION_H__
#define __GCC_VERSION_H__
extern const char *const version_string;
#endif /* __GCC_VERSION_H__ */