Easy
What does the following block of statements do?
#ifndef USEFUL_FUNCTIONS
#define USEFUL_FUNCTIONS
#include "useful_functions.h"
#endif
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
What does the following block of statements do?
#ifndef USEFUL_FUNCTIONS
#define USEFUL_FUNCTIONS
#include "useful_functions.h"
#endif