cmake-use-pragma-once.h 41 B

123456
  1. #pragma once
  2. int once()
  3. {
  4. return 0;
  5. }