This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-04-09 15:08:25 +02:00

8 lines
136 B
C

#ifndef INTRO_H
#define INTRO_H
int compute(int input, int (*executor)(int));
void (*greet(char *name))(void);
#endif /* ! INTRO_H */