|
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 | BIT(n) |
| #define | BIT_TOGGLE(x, n) |
| #define | NC 100 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define BIT | ( | n | ) |
Definition at line 5 of file 027_Paridad.c.
| #define BIT_TOGGLE | ( | x, | |
| n ) |
Definition at line 6 of file 027_Paridad.c.
| #define NC 100 |
Definition at line 7 of file 027_Paridad.c.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 9 of file 027_Paridad.c.