mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-06 05:05:08 +01:00
Fix example in the README
This commit is contained in:
parent
daaff292c1
commit
125ee44117
@ -20,7 +20,7 @@ Usage in the application:
|
|||||||
```
|
```
|
||||||
socket_lib_init();
|
socket_lib_init();
|
||||||
log_init(); // Enables broadcast logging.
|
log_init(); // Enables broadcast logging.
|
||||||
printf("Just prints this text\n");
|
log_printf("Just prints this text\n");
|
||||||
DEBUG_FUNCTION_LINE("This prints my current function, file and line\n");
|
DEBUG_FUNCTION_LINE("This prints my current function, file and line\n");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user