![]() |
flinklib
flinklib: flink C library for Linux
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <getopt.h>#include <ctype.h>#include <flinklib.h>
Go to the source code of this file.
Macros | |
| #define | DEFAULT_DEV "/dev/flink0" |
| #define | SIZE 4 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define DEFAULT_DEV "/dev/flink0" |
Definition at line 9 of file read_write.c.
| #define SIZE 4 |
Definition at line 10 of file read_write.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 12 of file read_write.c.