Files
rocm-systems/ext-profiler/inspector/version.h
T

13 строки
178 B
C
Исходник Обычный вид История

2025-09-02 13:21:14 -07:00
#ifndef VERSION_H
#define VERSION_H
#ifdef __cplusplus
extern "C" {
#endif
const char* get_git_version_info();
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif // VERSION_H