maybe.h 135 B

1234567
  1. #ifndef ISL_MAYBE_H
  2. #define ISL_MAYBE_H
  3. #define ISL_xMAYBE(TYPE) isl_maybe_ ## TYPE
  4. #define ISL_MAYBE(TYPE) ISL_xMAYBE(TYPE)
  5. #endif