Skip to content

Releases: BjoernLange/C-Mock-Generator

1.0.0-beta

06 Jun 18:51
f8e91a5
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

This is the initial beta release.

Supported function argument types

  • No arguments
  • Standard data types
  • Pointer arguments used to pass a single value by reference
  • Pointer arguments representing arrays of fixed size
  • Pointer arguments representing null terminated arrays
  • Pointer arguments representing arrays with their length specified in another parameter
  • Pointer arguments representing arrays which are used as output arguments

Supported return types

  • void
  • Standard data types