Skip to content
Snippets Groups Projects
Commit 77542784 authored by Jaiem's avatar Jaiem
Browse files

Delete example.h.autosave

parent 0bff1c09
No related branches found
No related tags found
No related merge requests found
#ifndef DEBUG_EXAMPLE_H
#define DEBUG_EXAMPLE_H
//taken from INGICC https://olat.vcrp.de/auth/RepositoryEntry/3092185207/CourseNode/103542514315311
float example_add(float a, float b);
float example_sqrtf(float a);
double example_sqrtd(double a);
#endif // DEBUG_EXAMPLE_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment