add bytes to file2334 (9/30/2012 7:40:08 PM) comp.lang.c Can someone show me how to add 3 or so bytes to the end of a file? I
have been studying and I'm thinking fseek() and fgetc() might be involved. I
can't seem to find any examples online unless I'm overlo... nospam116(1187)
Who owns the variable in my header file ?9439 (10/3/2012 6:13:23 PM) comp.lang.c Hi
I have the following program
distributed over 4 files
/* foo.h */
int foo;
void fooset(int f);
int fooget(void);
void fooinc(void);
/* main.c */
#include
#include
int main(int argc, ch... lipskathekat(155)
Why does it omit the first array index in declaration?312 (1/17/2013 4:31:46 PM) comp.lang.c Hi,
I read the code of a sample application. Below is the main function part:
////////
extern EDMA3_DRV_InstanceInitConfig sampleInstInitConfig[][EDMA3_MAX_REGIONS];
void main()
{
Task_create((Tas... rxjwg98(311)
size of a pointer on 4-bit system11821 (1/30/2013 2:30:01 AM) comp.lang.c Hello
I ran in a such interview question on the net: what is the size of pointer
on 4-bit system. Regardless of the fact that such system probably don't
exist, what would be the reasonable answer to such... mark_cruzNOTFORSPAM(178)
exit() #25338 (2/14/2013 6:23:29 PM) comp.lang.c Can I use the return value provided to exit() for my own purposes?
(This is so that I can pick up the exit-value when I invoke the program from
another. BTW what's the best way of invoking a program under L... bc(2210)
dots inside structs916 (2/28/2013 5:42:44 PM) comp.lang.c What mean the dots? Why are they on there? I know that nv20_context_create and nv20_context_destroy are functions, or should I say pointer to functions? Thank's in advance.
const struct nouveau_driver nv20_d... dmjcunha(14)