Up

defaults documentation

Authors

Richard Frith-Macdonald (richard@brainstorm.co.uk)

Date: Generated at 2026-06-22

Copyright: (C) 1997 Free Software Foundation, Inc.


Contents -

  1. defaults
  2. defaults functions

defaults

This tool mimics the OPENSTEP command line tool for handling defaults. Please see the man page for more information.

defaults functions

input

NSString* input(char** ptr);
Availability: OpenStep

Description forthcoming.

main

int main(int argc, char** argv, char** env);
Availability: OpenStep

This tool mimics the OPENSTEP command line tool for handling defaults. Please see the man page for more information.


output

void output(const char* ptr);
Availability: OpenStep

Description forthcoming.


Up