2017-10-21 23:40:19 +00:00
|
|
|
/* Conformance Test 26.0.1: Ensure can include all library header files */
|
|
|
|
/* without conflicts */
|
|
|
|
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <ace.h>
|
|
|
|
#include <adb.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <appleshare.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <assert.h>
|
|
|
|
#include <control.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <desk.h>
|
|
|
|
#include <dialog.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <event.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <fcntl.h>
|
2021-09-04 02:20:27 +00:00
|
|
|
#include <fenv.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <float.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <font.h>
|
|
|
|
#include <gsos.h>
|
|
|
|
#include <intmath.h>
|
|
|
|
#include <inttypes.h>
|
|
|
|
#include <iso646.h>
|
|
|
|
#include <limits.h>
|
|
|
|
#include <lineedit.h>
|
|
|
|
#include <list.h>
|
|
|
|
#include <loader.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <locale.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <locator.h>
|
|
|
|
#include <math.h>
|
|
|
|
#include <memory.h>
|
|
|
|
#include <menu.h>
|
|
|
|
#include <midi.h>
|
|
|
|
#include <misctool.h>
|
|
|
|
#include <noteseq.h>
|
|
|
|
#include <notesyn.h>
|
|
|
|
#include <orca.h>
|
|
|
|
#include <print.h>
|
|
|
|
#include <prodos.h>
|
|
|
|
#include <qdaux.h>
|
|
|
|
#include <quickdraw.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <resources.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <scheduler.h>
|
|
|
|
#include <scrap.h>
|
|
|
|
#include <setjmp.h>
|
|
|
|
#include <shell.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <signal.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <sound.h>
|
|
|
|
#include <stdalign.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <stdfile.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdnoreturn.h>
|
|
|
|
#include <string.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <textedit.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <texttool.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <tgmath.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <time.h>
|
|
|
|
#include <types.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <uchar.h>
|
2021-01-26 23:47:33 +00:00
|
|
|
#include <video.h>
|
2021-12-26 22:50:34 +00:00
|
|
|
#include <window.h>
|
2017-10-21 23:40:19 +00:00
|
|
|
|
|
|
|
main ()
|
|
|
|
{
|
|
|
|
printf ("Passed Conformance Test 26.0.1\n");
|
|
|
|
}
|