From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/oak/inc/prochdr.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 public/oak/inc/prochdr.c (limited to 'public/oak/inc/prochdr.c') diff --git a/public/oak/inc/prochdr.c b/public/oak/inc/prochdr.c new file mode 100644 index 000000000..60206f799 --- /dev/null +++ b/public/oak/inc/prochdr.c @@ -0,0 +1,30 @@ + +return-type +procedure-name( + direction type-name argument-name, + direction type-name argument-name... + ) + +/*++ + +Routine Description: + + description-of-function. + +Arguments: + + argument-name - Supplies | Returns description of argument. + . + . + +Return Value: + + return-value - Description of conditions needed to return value. - or - + None. + +--*/ + +{ + + +} -- cgit v1.2.3