1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ss-monorepo/P1/smt4497-P1/smt4497-P1b.cpp
2025-10-10 02:17:07 +02:00

14 lines
267 B
C++

#include "smt4497-P1.h"
int ej1_8()
{
printf("Pulsa una tecla para salir \n");
int contador = 0;
int tecla = 0;
printf("Tam. contador: %d bytes\n", sizeof(contador));
while (tecla = 0)
{
printf("\r%d ", ++contador);
tecla = esperaPulseTecla(0);
}
}