3e115095d6
Also fixed floating point printing with sprintf
10 lines
216 B
C
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;
|
|
} |