diff options
| author | Connor McDowell <[email protected]> | 2024-02-15 16:35:18 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-15 16:35:18 -0800 |
| commit | 06a27e9f3e7c492290d2c41ed662fb743fbb2401 (patch) | |
| tree | e4fcb53e892f067d15daeffe87be148821c3eea2 /Project1/c_array.h | |
| parent | files added (diff) | |
| download | in-class-exercise-12-connormcdowell275-06a27e9f3e7c492290d2c41ed662fb743fbb2401.tar.xz in-class-exercise-12-connormcdowell275-06a27e9f3e7c492290d2c41ed662fb743fbb2401.zip | |
links created, usings created
Diffstat (limited to 'Project1/c_array.h')
| -rw-r--r-- | Project1/c_array.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Project1/c_array.h b/Project1/c_array.h index 6f70f09..95a13d4 100644 --- a/Project1/c_array.h +++ b/Project1/c_array.h @@ -1 +1,7 @@ -#pragma once +#ifndef C_ARRAY_HEADER +#define C_ARRAY_HEADER + + + + +#endif C_ARRAY_HEADER |