OpenVPN
|
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdio.h>
#include <errno.h>
#include <stdbool.h>
#include <string.h>
#include "chef.h"
Go to the source code of this file.
Functions | |
int | chef_cook (const char *order, char **dish_out) |
const char * | chef_strerror (int error) |
int chef_cook | ( | const char * | order, |
char ** | dish_out | ||
) |
Definition at line 33 of file chef.c.
Referenced by waiter_process().
const char* chef_strerror | ( | int | error | ) |
Definition at line 41 of file chef.c.
Referenced by waiter_process().