12 lines
180 B
Text
12 lines
180 B
Text
|
|
(library
|
||
|
|
(name microtime)
|
||
|
|
(modules microtime)
|
||
|
|
(foreign_stubs
|
||
|
|
(language c)
|
||
|
|
(names microtime)))
|
||
|
|
|
||
|
|
(executable
|
||
|
|
(name attack)
|
||
|
|
(modules attack)
|
||
|
|
(libraries fmt unix microtime))
|