Changeset 3172 for trunk/src/kmk/kmkbuiltin.c
- Timestamp:
- Mar 21, 2018, 3:21:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin.c
r3170 r3172 239 239 240 240 /* More frequently used commands: */ 241 BUILTIN_ENTRY(kmk_builtin_append, "append", FN_SIG_MAIN ,0, 0),241 BUILTIN_ENTRY(kmk_builtin_append, "append", FN_SIG_MAIN_SPAWNS, 0, 0), 242 242 BUILTIN_ENTRY(kmk_builtin_printf, "printf", FN_SIG_MAIN, 0, 0), 243 243 BUILTIN_ENTRY(kmk_builtin_echo, "echo", FN_SIG_MAIN, 0, 0), … … 440 440 * Prints the statistiscs to the given output stream. 441 441 */ 442 intkmk_builtin_print_stats(FILE *pOutput, const char *pszPrefix)442 extern void kmk_builtin_print_stats(FILE *pOutput, const char *pszPrefix) 443 443 { 444 444 const unsigned cEntries = sizeof(g_aBuiltInStats) / sizeof(g_aBuiltInStats[0]);
Note:
See TracChangeset
for help on using the changeset viewer.