This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
SoftwareDesign
/
csu3_am335x
Beobachten
8
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
e00134b1b7
Branches
Tags
master
csu3_am335x
/
EVSE
/
GPL
/
php-5.6.40
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
69 B
Verlauf
Originalformat
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>