- Give PCI controllers lower unit numbers than legacy controllers.
[cake.git] / compiler / clib / include / sdgstd.h
blob3d5fdd66fe0f2f31f0f43440ce39062d15202422
1 #ifndef SDGSTD_H
2 #define SDGSTD_H
4 char * strlwr(char *);
5 char * strupr(char *);
7 #endif /* SDGSTD_H */