index
:
archived-cst116-lab5-jacobaknox
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
10a
/
10.7.2
/
10_7.h
blob: 27b68d4e4547b8d543f4daa0f83e8bb10601c5b9 (
plain
) (
blame
)
1
2
3
4
#pragma once
void
GetNames
(
char
[],
char
[]);
void
CombineNames
(
char
[],
char
[],
char
[]);