#include <stdio.h>
#include "mp1-functions.h"
Functions | |
void | first_step (int value) |
void | second_step (int *value) |
void | double_step (int **value) |
void | strange_step (int *value) |
void | empty_step (void *value) |
void | two_step (void *s, char *s2) |
void | three_step (char *first, char *second, char *third) |
void | step_step_step (char *first, char *second, char *third) |
void | it_may_be_odd (char *a, int b) |
void | the_end (void *orange, void *blue) |
void double_step | ( | int ** | value | ) |
void empty_step | ( | void * | value | ) |
void first_step | ( | int | value | ) |
void it_may_be_odd | ( | char * | a, | |
int | b | |||
) |
void second_step | ( | int * | value | ) |
void step_step_step | ( | char * | first, | |
char * | second, | |||
char * | third | |||
) |
void strange_step | ( | int * | value | ) |
void the_end | ( | void * | orange, | |
void * | blue | |||
) |
void three_step | ( | char * | first, | |
char * | second, | |||
char * | third | |||
) |
void two_step | ( | void * | s, | |
char * | s2 | |||
) |