PandA-2024.02
documentation
bambu101
IP_Integration
module_lib
printer2.c
Go to the documentation of this file.
1
#include "
module_lib.h
"
2
#include <stdio.h>
3
void
printer2
(uint64_t value1, uint64_t value2, uint16_t value3)
4
{
5
printf(
"printer2: %llx %llx %x\n"
, value1, value2, value3);
6
}
printer2
void printer2(uint64_t value1, uint64_t value2, uint16_t value3)
Definition:
printer2.c:3
module_lib.h
Generated on Mon Feb 12 2024 13:02:47 for PandA-2024.02 by
1.8.13