NetSurf
frontends
atari
extract.php
Go to the documentation of this file.
1
#!/usr/bin/php
2
<?
3
$lines
= file(
"deskmenu.c"
);
4
5
foreach
(
$lines
as $line){
6
if
(stripos($line,
"static void __CDECL menu_"
) === 0){
7
echo $line;
8
}
9
}
10
?>
$lines
$lines
Definition:
extract.php:3
Generated on Sun Oct 20 2024 12:52:21 for NetSurf by
1.9.4