mp1-functions.c File Reference

#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)

Function Documentation

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 
)

Generated on 10 Jun 2012 for MP1 First Steps in C by  doxygen 1.6.1