#include <linux/types.h>
#include <assert.h>
#include <stdio.h>
#include <otto/otto.h>
#include <otto/packet.h>
#include <otto/data.h>
Functions | |
const char _ID_[] | __attribute__ ((unused))="$Id: dtc.c,v 1.6 2004/07/05 23:25:06 alpha Exp $" |
int | otto_dtc_tostring (union otto_dtc *dtc, char *str, size_t size) |
Returns the string representation of a DTC. | |
int | otto_dtclookup (union otto_dtc *dtc, char *desc, size_t size) |
Returns a diagnostic message from looking up the specified DTC in the database. |
|
|
|
Returns the string representation of a DTC.
|
|
Returns a diagnostic message from looking up the specified DTC in the database.
|