This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
SoftwareDesign
/
csu3_am335x
Urmărește
8
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
befb05853f
Ramuri
Etichete
master
csu3_am335x
/
EVSE
/
GPL
/
php-5.6.40
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
69 B
Istoric
Crud
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>