11 lines
106 B
C
11 lines
106 B
C
|
|
#pragma once
|
|
|
|
struct result_type
|
|
{
|
|
int input;
|
|
int sum;
|
|
};
|
|
|
|
result_type __device__ file1_func(int x);
|