Seems like the printf header file with the handy usage instructions has disappeared along with the function's C code, into FRC_library.lib I would think.
Anyway, if the the syntax from last year's code still applies it should be something like:
Code:
printf("Myvariable = %d\r", (int)myvariable);