Read File Into Vector v; if (FILE${TM_C_POINTER: *}fp = fopen(${1:"filename"}, "r")) { char buf[1024]; while (size_t len = fread(buf, 1, sizeof(buf), fp)) v.insert(v.end(), buf, buf + len); fclose(fp); }]]> readfile (source.c++ | source.objc++) - meta.preprocessor.include - comment - string