push
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef INTRO_H
|
||||
#define INTRO_H
|
||||
|
||||
int compute(int input, int (*executor)(int));
|
||||
void (*greet(char *name))(void);
|
||||
|
||||
#endif /* ! INTRO_H */
|
||||
Reference in New Issue
Block a user