#include "complex.h" void complex_define (complex_t *v, float r, float i) { /* implementation of the function */ ... } ...