Very old versions for history.
[opsoft_archive.git] / silentbob / silent_bob-1.2 / src / sblib / find_cfiles.cpp
blob8e3556e89587c94c34955018256022c449376ed2
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
5 */
7 #include "../head.h"
9 int find_cfiles ()
11 find_one_ext ("*.c");
12 find_one_ext ("*.h");
13 find_one_ext ("*.cpp");
14 find_one_ext ("*.cc");
15 find_one_ext ("*.cxx");
16 return 0;