|
librfn
An ad-hoc utility library
|
#include <assert.h>#include <stdio.h>#include <string.h>#include "librfn.h"#include "libbench.h"Go to the source code of this file.
Data Structures | |
| struct | conductor_fibre_t |
Functions | |
| int | conductor_fibre (fibre_t *fibre) |
| int | main (int argc, char *argv[]) |
Variables | |
| conductor_fibre_t | conductor |
| int conductor_fibre | ( | fibre_t * | fibre | ) |
Definition at line 26 of file benchmark.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 68 of file benchmark.c.
| conductor_fibre_t conductor |
Definition at line 64 of file benchmark.c.
1.8.10