From d56202de5d83bc4e1ed08a78065bc0c28895a6a8 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:26:49 +0000 Subject: moved from ./Functions/Misc/proto --- Functions/Example/proto | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Functions/Example/proto (limited to 'Functions') diff --git a/Functions/Example/proto b/Functions/Example/proto new file mode 100644 index 000000000..df1826506 --- /dev/null +++ b/Functions/Example/proto @@ -0,0 +1,8 @@ +#! /bin/sh +# generate prototypes, if your style is the same as mine +for i +do + rm $i:r.pro 2>/dev/null + grep -v '[{};:#]' $i | grep '^[A-Za-z]' | + grep -v static | sed 's/$/;/' >! $i:r.pro +done -- cgit 1.4.1