multi_version_doxygen_test
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
manual.c File Reference

Classes

struct  Object
 
struct  Vehicle
 
struct  Car
 
struct  Truck
 

Typedefs

typedef struct Object Object
 Object type.
 
typedef struct Vehicle Vehicle
 Vehicle type.
 
typedef struct Car Car
 Car type.
 
typedef struct Truck Truck
 Truck type.
 

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void )

Main function.

Ref vehicleStart(), objRef(), objUnref().