Files
Toy/tests/units/test_attribute.c
T
Ratstail91 3e115095d6 Added 'min' and 'max' as standard functions
Also fixed floating point printing with sprintf
2026-05-27 10:53:01 +10:00

10 lines
216 B
C

#include "toy_console_colors.h"
#include <stdio.h>
#include <string.h>
int main(void) {
//URGENT: Test not yet implemented
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return 0;
}