Skip to content
Snippets Groups Projects
Commit 1e2c51e8 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed doc.

Rev: src/module_support.c:1.22
parent d0d01b83
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "pike_types.h" #include "pike_types.h"
#include "error.h" #include "error.h"
RCSID("$Id: module_support.c,v 1.21 1999/03/19 11:40:15 hubbe Exp $"); RCSID("$Id: module_support.c,v 1.22 1999/03/20 23:11:14 grubba Exp $");
/* Checks that args_to_check arguments are OK. /* Checks that args_to_check arguments are OK.
* Returns 1 if everything worked ok, zero otherwise. * Returns 1 if everything worked ok, zero otherwise.
...@@ -122,7 +122,7 @@ void check_all_args(const char *fnname, int args, ... ) ...@@ -122,7 +122,7 @@ void check_all_args(const char *fnname, int args, ... )
* many arguments were actually matched. * many arguments were actually matched.
* usage: get_args(sp-args, args, "%i",&an_int) * usage: get_args(sp-args, args, "%i",&an_int)
* format specifiers: * format specifiers:
* %i: INT32 * %i: INT_TYPE
* %s: char * Only 8bit strings * %s: char * Only 8bit strings
* %S: struct pike_string * Only 8bit strings * %S: struct pike_string * Only 8bit strings
* %W: struct pike_string * Allow wide strings * %W: struct pike_string * Allow wide strings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment