This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
University-Technical_Progra…/8_Power_Calculator/8_Power_Calculator.h
T
2023-05-31 09:29:44 +02:00

6 lines
100 B
C

// libraries
#include <stdio.h>
//functions
unsigned long Calculate(unsigned long, unsigned long);