repo.or.cz
/
sos-2x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added SHT11 driver for TMote.
[sos-2x.git]
/
modules
/
include
/
VM
/
DVMMathlib.h
blob
a353bf59ebe721fe9549671ab9b915d37e8f0814
1
#ifndef _DVM_MATHLIB_H_INCL_
2
#define _DVM_MATHLIB_H_INCL_
3
4
#include <VM/Dvm.h>
5
6
int8_t
mathlib_execute
(
func_cb_ptr p
,
DvmState
*
eventState
,
DvmOpcode instr
)
7
{
8
return
-
EINVAL
;
9
}
10
11
#endif