test_fprintf.c (113B)
1 #include "common.h" 2 3 #include <stdio.h> 4 5 int main(int argc, char** argv) { 6 fprintf(stdout, "%s", "1234567"); 7 }
fortify-headersstandalone fortify-source implementation | |
git clone git://git.2f30.org/fortify-headers | |
Log | Files | Refs | README | LICENSE |