Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d11619d

Browse files
Description of struct
1 parent ff9e375 commit d11619d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

β€Ž0x10-variadic_functions/variadic_functions.hβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
#define _VARIADIC_FUNCTIONS_H_
33

44
#include <stdarg.h>
5+
56
/**
6-
* name of file: variadic_functions.h
7-
* Desc: contains protoypes of functions 0x10
7+
* struct print - struct to print all characters
8+
* @type: indicates the data type
9+
* @func: function pointer to function to print data type
810
*/
911

1012
typedef struct print
@@ -23,4 +25,4 @@ void print_strings(const char *separator, const unsigned int n, ...);
2325

2426
void print_all(const char *const format, ...);
2527

26-
#endif /*_VARIADIC_FUNCTIONS_H_ */
28+
#endif /*_VARIADIC_FUNCTIONS_H_ */

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /