fixed QSE_COUNTOF()
This commit is contained in:
		@ -111,7 +111,7 @@
 | 
				
			|||||||
 * printf ("%d\n", (int)QSE_COUNTOF(x));
 | 
					 * printf ("%d\n", (int)QSE_COUNTOF(x));
 | 
				
			||||||
 * \endcode
 | 
					 * \endcode
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define QSE_COUNTOF(n) (sizeof(n)/sizeof(n[0]))
 | 
					#define QSE_COUNTOF(n) (sizeof(n)/sizeof((n)[0]))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * The QSE_OFFSETOF() macro returns the offset of a field from the beginning
 | 
					 * The QSE_OFFSETOF() macro returns the offset of a field from the beginning
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user