#include <stdint.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "report.h"
#include "invokelib.h"
Go to the source code of this file.
Functions | |
void | invoke_send_msg (int fd, uint32_t msg) |
bool | invoke_recv_msg (int fd, uint32_t *msg) |
void | invoke_send_str (int fd, char *str) |
bool invoke_recv_msg | ( | int | fd, | |
uint32_t * | msg | |||
) |
Definition at line 35 of file invokelib.c.
void invoke_send_msg | ( | int | fd, | |
uint32_t | msg | |||
) |
Definition at line 29 of file invokelib.c.
void invoke_send_str | ( | int | fd, | |
char * | str | |||
) |
Definition at line 61 of file invokelib.c.
References invoke_send_msg().