Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
LabComm
Commits
5b2422b1
Commit
5b2422b1
authored
Jun 25, 2014
by
Sven Gestegård Robertz
Browse files
added simple example without typedefs
parent
895cc66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/simple/notypes.lc
0 → 100644
View file @
5b2422b1
sample int AnInt;
sample struct {
int x;
string s;
} IntString;
sample struct {
double x;
double y;
} TwoDoubles;
sample struct {
int fixed[2];
int variable[2,_];
} TwoArrays;
sample struct {
int a[2];
int b[2,3];
} TwoFixedArrays;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment