|
ProgIng - Programación en Ingeniería
|
#include <stdio.h>#include <stdlib.h>#include <time.h>
Go to the source code of this file.
Macros | |
| #define | N 100 |
| #define | max 20 |
| #define | min -10 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define max 20 |
Definition at line 6 of file 012_aleatorio.c.
| #define min -10 |
Definition at line 7 of file 012_aleatorio.c.
| #define N 100 |
Definition at line 5 of file 012_aleatorio.c.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 9 of file 012_aleatorio.c.