index
:
tfyy51
master
Ingenjörsprojekt Y
git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kod
/
bilbana
/
yc4
/
display
/
get_package.m
blob: d2e8a26eb93cb6c402692b3f6178b2fded268b51 (
plain
) (
blame
)
1
2
3
4
function pkg = get_package(code, args) ESC = 27; pkg = [ESC, double(code), args]; end