Diferencias
Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
| baud.c [2024/09/06 22:41] – creado peron | baud.c [2026/04/21 16:05] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | <code c> | + | < |
| #include < | #include < | ||
| #include < | #include < | ||
| Línea 11: | Línea 11: | ||
| if (argc > 2) { | if (argc > 2) { | ||
| - | | + | |
| | | ||
| } | } | ||
| - | / | + | / |
| if (argc == 2) { | if (argc == 2) { | ||
| Línea 21: | Línea 21: | ||
| if (baud < 1) { | if (baud < 1) { | ||
| - | | + | |
| | | ||
| } | } | ||
| Línea 31: | Línea 31: | ||
| | | ||
| - | / | + | / |
| while ((ch = getchar()) != EOF) { | while ((ch = getchar()) != EOF) { | ||
