Stock Control System
Loading...
Searching...
No Matches
Product.h File Reference

Product class specification. More...

#include <stdbool.h>
#include <stdio.h>
Include dependency graph for Product.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XSTR(VALUE)   STR(VALUE)
 
#define STR(VALUE)   #VALUE
 
#define MAX_NAME_LENGTH   63
 Maximum number of bytes for a Product name, excluding the NULL-terminator.
 

Detailed Description

Product class specification.

Author
Oliver Dixon
Date
2025-09-06
Version
Development

Definition in file Product.h.

Macro Definition Documentation

◆ MAX_NAME_LENGTH

#define MAX_NAME_LENGTH   63

Maximum number of bytes for a Product name, excluding the NULL-terminator.

Definition at line 26 of file Product.h.

◆ STR

#define STR (   VALUE)    #VALUE

Definition at line 21 of file Product.h.

◆ XSTR

#define XSTR (   VALUE)    STR(VALUE)

Definition at line 20 of file Product.h.