safer data types multiplication

This commit is contained in:
2025-06-04 11:56:31 +02:00
parent 78a97c16dd
commit 9933877b0e
4 changed files with 35 additions and 25 deletions
+2 -1
View File
@@ -17,6 +17,7 @@ struct Parameters {
typedef struct Parameters parameters;
typedef void line_fn(unsigned short y, unsigned char *data_buffer);
typedef void line_fn(unsigned short y, unsigned char *data_buffer,
unsigned int len);
#endif