- Anem per la linea 1550 de la passada 1 (sintaxis)
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"algorithm": "cpp"
|
||||||
|
}
|
||||||
|
}
|
||||||
11
crt.cpp
Normal file
11
crt.cpp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#include "crt.h"
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
|
uint8_t get_hours()
|
||||||
|
{
|
||||||
|
time_t t;
|
||||||
|
struct tm *tm;
|
||||||
|
time (&t);
|
||||||
|
tm = localtime (&t);
|
||||||
|
return tm->tm_hour;
|
||||||
|
}
|
||||||
1602
pepe2000_utf8.cpp
1602
pepe2000_utf8.cpp
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user