not_implemented.h

Preprocessor definitions for function-stubs to stymie compiler errors.

  • Author: Edward Jones
  • Date: 2021-09-17

Source file

NOT_IMPLEMENTED

Declare a function signature as not-implemented.

  • Param sig: A signature to mark as unimplemented

Returns: An implementation of the signature which prints that the function is missing before exiting unsuccessfully

#define NOT_IMPLEMENTED(sig)                                                                                           \