#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Functions | |
char * | cycle (char *s) |
Return string "abcdef" as "fabcde". | |
int | main (int argc, char **argv) |
launch this program which may crash your machine. | |
Variables | |
int | n |
Compute the number of times the program executes. |
char* cycle | ( | char * | s | ) |
Return string "abcdef" as "fabcde".
int main | ( | int | argc, | |
char ** | argv | |||
) |
launch this program which may crash your machine.
int n |
Compute the number of times the program executes.
When loading up core file after the crash, this will store the number of times program loop executed.
Algorithm Development Kit 1.0