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: efaf3118ae63e43148430621594b04bfe50bd733 (
plain
) (
blame
)
1
2
3
4
function pkg = get_package(code, args) ESC = 27; pkg = [ESC, double(code), args]; end