mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-24 07:20:52 +07:00
8 lines
109 B
C
8 lines
109 B
C
#pragma once
|
|
|
|
void printA(void);
|
|
void printB(void);
|
|
void printC(void);
|
|
void printD(void);
|
|
void printE(void);
|