API changes and include with not <>

This commit is contained in:
Jeff Hill
1997-04-10 19:45:43 +00:00
parent 5c4d82cacc
commit d3c6310bb1
55 changed files with 728 additions and 431 deletions

View File

@@ -50,7 +50,7 @@ extern "C" {
#else
# include <varargs.h>
#endif
#include <ellLib.h>
#include "ellLib.h"
#define RTN_SUCCESS(STATUS) ((STATUS)==0)

View File

@@ -70,9 +70,9 @@
#include <errno.h>
#include <stdlib.h>
#include <ellLib.h>
#include <dbDefs.h>
#include <errMdef.h>
#include "ellLib.h"
#include "dbDefs.h"
#include "errMdef.h"
#include "errSymTbl.h"
#ifdef vxWorks