Squashed 'rtengine/libraw/' content from commit cccb97647
git-subtree-dir: rtengine/libraw git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
This commit is contained in:
12
clist2c.pl
Executable file
12
clist2c.pl
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
while (<>)
|
||||
{
|
||||
chomp;
|
||||
s/^\s+//;
|
||||
s/^\s+\*\s+//;
|
||||
s/^\s+//;
|
||||
s/\"/\\\"/g;
|
||||
s/\s+$//;
|
||||
print "\"$_\",\n";
|
||||
}
|
Reference in New Issue
Block a user