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
10
void
Adapter_Exercise
(
void
);
11
12
#endif
// __ADAPTER_EXERCISE_H__
Adapter_Exercise
void Adapter_Exercise(void)
Example of using the Adapter design pattern in C.
Definition:
Adapter_Exercise.c:25
c
Adapter_Exercise.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6