c-modeで関数/変数名補完,関数の書式表示とかない?具体的には
M-x c-mode
#include <stdio.h>
int main(int argc,char *argv[]){
pri←ここで何かキーを押したら,printfまで入力して欲しい。また,他に何かキーを押すと,
どっかのバッファにextern int printf (__const char *__restrict __format, ...);みたいなのを表示してほしい。