This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/gen/flapper_version.h
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

13 lines
436 B
C
Executable File

// This is a stand-in for a generated file that is available when Flapper is
// available.
#ifndef FLAPPER_VERSION_H_INCLUDED_
#define FLAPPER_VERSION_H_INCLUDED_
// If Flapper were available, we'd define two things:
// - FLAPPER_AVAILABLE (to indicate availability), and
// - FLAPPER_VERSION_STRING (with the version of the Flapper that's available
// as a string, e.g., "11.2.123.456").
#endif // FLAPPER_VERSION_H_INCLUDED_