mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
4 lines
114 B
C
4 lines
114 B
C
#ifndef GCC_VERSION_H
|
|
#define GCC_VERSION_H
|
|
extern const char *const version_string;
|
|
#endif /* ! GCC_VERSION_H */
|