This commit is contained in:
dcode 2019-03-28 12:46:48 +01:00
parent 0a2fbf89ab
commit 8a7cb4c313

View File

@ -4,8 +4,8 @@
// helper types to be more explicit
type char = u8;
type ptr<T> = usize; // pointers are usize'd
type struct<T> = T; // struct are references already
type ptr<T> = usize; // all pointers are usize'd
type struct<T> = T; // structs are references already in AS
/** Read command-line argument data. */
export declare function args_get(