0

In the Vim source code, the functions are defined like this:

    char_u *
crypt_get_key(store, twice)
    int     store;
    int     twice;      /* Ask for the key twice. */
{
   ...
}                                                       

I am not familiar with this syntax and I don't really understand it. Under which standard it is defined?

nowox
  • 25,978
  • 39
  • 143
  • 293

0 Answers0