Design Pattern Examples
Overview of object-oriented design patterns
c/Adapter_Exercise.h
Go to the documentation of this file.
1
5
6#pragma once
7#ifndef __ADAPTER_EXERCISE_H__
8#define __ADAPTER_EXERCISE_H__
9
10void Adapter_Exercise(void);
11
12#endif // __ADAPTER_EXERCISE_H__
void Adapter_Exercise(void)
Example of using the Adapter design pattern in C.