⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Lustrec-Tests
All Projects
CristalCaveGem
»
LustreC
»
Lustrec-Tests
Overview
Activity
Repository
Download (68 Bytes)
Statistics
| Branch:
master
| Tag:
lustre-spec-syntax
| Revision:
lustrec-tests
/
tests
/
external_code
/
mydouble
/
s_function
/
mydouble.c
@ f5c07b4e
View
History
Annotate
1
#include "mydouble.h"
2
int
mydouble
(
int
u
,
int
w
)
3
{
4
return
(
u
*
w
);
5
}
« Previous
1
2
3
4
Next »
(2-2/4)
Loading...