LLC2_API
|
null control system example. More...
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <assert.h>
#include "ll2-api.h"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
null control system example.
Simplest "null control system": outputs and fills user buffers no data change, no use of data.
Definition in file example.c.