#include "test_functions.h" namespace utils { #pragma acc routine seq void helper_function_1() { printf("I'm here to help!\n"); } #pragma acc routine seq void helper_function_2() { printf("I'm here to help too!\n"); } }