C2 forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
SMF - Just Installed!
Home
Help
Search
Login
Register
C2 forum
»
General Category
»
Ideas
»
Require "type" where type is used outside of declarations.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Require "type" where type is used outside of declarations. (Read 7498 times)
lerno
Full Member
Posts: 247
Require "type" where type is used outside of declarations.
«
on:
November 16, 2018, 11:22:26 AM »
For example, instead of
Code:
[Select]
sizeof(Foo)
sizeof(a)
sizeof(i32)
Require
Code:
[Select]
sizeof(type Foo)
sizeof(a)
sizeof(type i32)
Logged
Print
Pages: [
1
]
« previous
next »
C2 forum
»
General Category
»
Ideas
»
Require "type" where type is used outside of declarations.